nicer doc
This commit is contained in:
parent
7977600ba6
commit
c24a07f01e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
shadow-cljs compile test
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue