dda-masto-embed/README.md
2020-04-24 17:26:42 +02:00

20 lines
326 B
Markdown

# dda-masto-embed
Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
# 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
```