Update README for mascara

feature/default_network_editable
frankiebee 8 years ago
parent e665dd7e1c
commit e7c7c85791
  1. 14
      mascara/README.md
  2. 3
      package.json

@ -1,20 +1,12 @@
start the dual servers (dapp + mascara) start the dual servers (dapp + mascara)
``` ```
node server.js npm run mascara
``` ```
## First time use: ## First time use:
- navigate to: http://localhost:9001/popup/popup.html - navigate to: http://localhost:9001
- Create an Account - Create an Account
- go back to http://localhost:9002/ - go back to http://localhost:9002
- open devTools - open devTools
- click Sync Tx - click Sync Tx
### Todos
- [ ] Figure out user flows and UI redesign
- [ ] Figure out FireFox
Standing problems:
- [ ] IndexDb

@ -21,7 +21,8 @@
"testem": "npm run buildMock && testem", "testem": "npm run buildMock && testem",
"announce": "node development/announcer.js", "announce": "node development/announcer.js",
"generateNotice": "node notices/notice-generator.js", "generateNotice": "node notices/notice-generator.js",
"deleteNotice": "node notices/notice-delete.js" "deleteNotice": "node notices/notice-delete.js",
"mascara": "node ./mascara/example/server"
}, },
"browserify": { "browserify": {
"transform": [ "transform": [

Loading…
Cancel
Save