git ssb

1+

ev / scatter



Commit 42abcae02e90d52d27bc16faa27ce36a2678fa62

add install instructions

Ev Bogue committed on 11/5/2018, 6:35:11 PM
Parent: 0f2ca48d79ca0ff3ef710a8cf0a32dd8abd60bb1

Files changed

readme.mdchanged
readme.mdView
@@ -1,8 +1,16 @@
11 # scatter -- short chat messaging on secure-scuttlebutt
22
33 an alternative to twitter -- scatter!
44
5 +### install
6 +
7 +```
8 +npm install
9 +npm run build
10 +npm start
11 +```
12 +
513 ---
614
715 This is a one-off ssb client, I'm not sure if I'm going to maintain it. I love the simplicity of scat over ssb, so I figured why not simplify [mvd](http://github.com/evbogue/mvd) to only show scat messages? If I only account for scat messages, I can make a much simpler and faster ssb client than trying to account for everything.
816

Built with git-ssb-web