dda-masto-embed/README.md

16 lines
325 B
Markdown
Raw Normal View History

2020-04-23 07:01:24 +00:00
# dda-masto-embed
Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
# Setup
2020-04-24 12:42:30 +00:00
sudo npm install -g npx
sudo npm install -g shadow-cljs
2020-04-24 13:27:41 +00:00
npm install source-map-support --save-dev
2020-04-24 12:53:06 +00:00
npm install mastodon-api
# Development
2020-04-24 12:42:30 +00:00
shadow-cljs node-repl
shadow-cljs watch frontend
shadow-cljs compile test