This commit is contained in:
jem 2020-06-19 15:02:24 +02:00
parent 2f54b0fddd
commit 8c6bf43765

View file

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