From c24a07f01e5f31be7a85afdd7035c1473424fc62 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 24 Apr 2020 17:26:42 +0200 Subject: [PATCH] nicer doc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca84db..1530c56 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ Embeds mastodon timline into a html page. Uses JS, no intermediate server requir # Setup +``` npm install npx npm install shadow-cljs npm install source-map-support --save-dev npm install mastodon-api +``` # Development +``` shadow-cljs node-repl shadow-cljs watch frontend -shadow-cljs compile test \ No newline at end of file +shadow-cljs compile test +```