git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit 1b87198996c3b17e3f7a16d1c6744688399e591c

latest lauch instructions

Ev Bogue committed on 5/21/2018, 8:36:31 PM
Parent: 0430c665098f7b2a92757dea85dd7cab154e63ac

Files changed

package-lock.jsonchanged
package.jsonchanged
readme.mdchanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 226503 bytes
New file size: 213729 bytes
package.jsonView
@@ -3,10 +3,12 @@
33 "version": "1.4.1",
44 "description": "minimum viable decent",
55 "main": "index.js",
66 "scripts": {
7- "decent": "node bin server ",
7+ "start": "node bin server",
8+ "decent": "node bin server --appname=decent",
89 "ssb": "node bin server --appname=ssb",
10+ "testnet": "node bin server --appname=testnet",
911 "build": "node style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html"
1012 },
1113 "devDependencies": {
1214 "browserify": "^16.2.2",
readme.mdView
@@ -20,9 +20,9 @@
2020 ```
2121
2222 It should launch a browser window, and comes pre-configured to use the Decent network by default. If you already have an `.decent` folder, mvd should 'just work'.
2323
24-If you want to use `mvd` on the main ssb network use: `npm start -- --appname=ssb` and it will display the main ssb network if you already have an `.ssb` folder.
24+To use with ssb try `npm run ssb`, to launch a testnet try `npm run testnet`.
2525
2626 ### history
2727
2828 `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)

Built with git-ssb-web