From 8c6bf4376565c302a7ff2b2d9d3aed3904709f41 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 19 Jun 2020 15:02:24 +0200 Subject: [PATCH] wip --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c670a17..9882259 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,16 @@ npm install mastodon-api # Development ``` -shadow-cljs node-repl shadow-cljs watch frontend +``` + +open browser at http://localhost:8080 + +Connect your repl for :frontend + + +# run the tests + +``` shadow-cljs compile test ```