readme.mdView |
---|
18 | 18 | npm run build |
19 | 19 | npm start |
20 | 20 | ``` |
21 | 21 | |
22 | | -It should launch a browser window, and comes pre-configured to use the main ssb network by default. If you already have an `.ssb` folder, mvd should 'just work'. |
| 22 | +mvd should launch a browser window, and comes pre-configured to use the main ssb network by default. If you already have an `.ssb` folder, mvd should 'just work'. |
23 | 23 | |
24 | 24 | To use with decent try `npm run decent`, to launch a testnet try `npm run testnet`. |
25 | 25 | |
| 26 | +[try it online](http://gitmx.com/) -- decent(ralized) |
| 27 | + |
26 | 28 | ### history |
27 | 29 | |
28 | 30 | `mvd` is coded from scratch, but may have some code overlap with [minbase](http://github.com/evbogue/minbase) and [patchless](http://github.com/dominictarr/patchless) |
29 | 31 | |