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 +```