2020-04-23 07:01:24 +00:00
|
|
|
# dda-masto-embed
|
|
|
|
Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
|
2020-04-23 12:22:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
|
2020-04-24 09:04:32 +00:00
|
|
|
sudo npm i -g npx
|
2020-04-23 12:22:20 +00:00
|
|
|
|
|
|
|
# Development
|
|
|
|
|
2020-04-24 09:24:09 +00:00
|
|
|
npx shadow-cljs node-repl
|
|
|
|
npx shadow-cljs watch frontend
|