You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-masto-embed/README.md

22 lines
336 B
Markdown

4 years ago
# dda-masto-embed
Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
# Setup
4 years ago
```
4 years ago
npm install -g npx
npm install -g shadow-cljs
npm install -g source-map-support --save-dev
npm install mastodon-api
4 years ago
4 years ago
```
# Development
4 years ago
```
shadow-cljs node-repl
shadow-cljs watch frontend
4 years ago
shadow-cljs compile test
```