git ssb

1+

bencevans / ssb-news



Branch:
Ben Evans committed posting new storiesLatest: 42db44a on 2/26/2019, 8:45:18 PM
📄.gitignore
📄README.md
📁docs
📄package.json
📁src
README.md

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