README.mdView |
---|
17 | 17 | ### Install |
18 | 18 | |
19 | 19 | ```bash |
20 | 20 | $ npm install |
21 | | -$ npm run setup |
22 | | -$ npm start |
| 21 | +$ npm run rebuild |
23 | 22 | ``` |
24 | 23 | |
25 | 24 | ### App env |
26 | 25 | |
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 : |
28 | 27 | |
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 |
30 | 30 | |
31 | | -```bash |
32 | | -$ ssb_appname=ssb npm start |
33 | | -``` |
34 | | - |