aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/README.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-06-13 08:06:39 +0800
committerDan Finlay <dan@danfinlay.com>2017-06-13 08:17:16 +0800
commita741cc4fc4fb68e3f460c70ea848bdf3d2d2c894 (patch)
tree58652d4789e71a47a763096e746bd25904d91bfe /mascara/README.md
parentd05d9a5f57b9311d6f29539233f9065330e8bda4 (diff)
parentbbe0c73dca45542b519036bec2bae5feb1e55485 (diff)
downloadtangerine-wallet-browser-a741cc4fc4fb68e3f460c70ea848bdf3d2d2c894.tar.gz
tangerine-wallet-browser-a741cc4fc4fb68e3f460c70ea848bdf3d2d2c894.tar.zst
tangerine-wallet-browser-a741cc4fc4fb68e3f460c70ea848bdf3d2d2c894.zip
Merge branch 'master' into AddTokenList
Diffstat (limited to 'mascara/README.md')
-rw-r--r--mascara/README.md31
1 files changed, 22 insertions, 9 deletions
diff --git a/mascara/README.md b/mascara/README.md
index cdeb4795c..6e3bfe96b 100644
--- a/mascara/README.md
+++ b/mascara/README.md
@@ -1,20 +1,33 @@
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
-- go back to http://localhost:9002/
+- go back to http://localhost:9002
- open devTools
- click Sync Tx
-### Todos
+### Tests:
- - [ ] Figure out user flows and UI redesign
- - [ ] Figure out FireFox
- Standing problems:
- - [ ] IndexDb
+```
+npm run testMascara
+```
+
+Test will run in browser, you will have to have these browsers installed:
+
+- Chrome
+- Firefox
+- Opera
+
+### Deploy:
+
+Will build and deploy mascara via docker
+
+```
+docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs --tail 200 -f
+``` \ No newline at end of file