git ssb

2+

mixmix / ticktack



Commit 645a4ae7295888d590339fcf50f76d977c293a9e

adjust README to reflect current development pattern

mix irving committed on 8/18/2017, 8:08:46 AM
Parent: 4804de394e7db0100d24301696562426767b5c26

Files changed

README.mdchanged
packagedeleted
README.mdView
@@ -17,18 +17,14 @@
1717 ### Install
1818
1919 ```bash
2020 $ npm install
21-$ npm run setup
22-$ npm start
21+$ npm run rebuild
2322 ```
2423
2524 ### App env
2625
27-This app starts with default `ssb_appname` of `ticktack-ssb`, so you can find it's data in `~/.ticktack-ssb`.
26+To run development setup with standard ssb key + network :
2827
29-To load the app with your classic ssb key, run :
28+1. start you sbot `$ sbot server`
29+2. run `$ npm run dev` in the repo directory
3030
31-```bash
32-$ ssb_appname=ssb npm start
33-```
34-
packageView

Built with git-ssb-web