Files: a2cedde098e0580bb46ca8ac1946939cc48fac90 / README.md
324 bytesRaw
ssb-news
Hacker news style link sharing on ssb
setup
# clone repo
cd ssb-news
npm install
web
start server
ensure sbot is running
starts a web server on port 3000
node src/cli server
cli
publish a story
ensure sbot is running
node src/cli publish --title "" --link ""
Built with git-ssb-web