aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mascara/README.md')
-rw-r--r--mascara/README.md29
1 files changed, 18 insertions, 11 deletions
diff --git a/mascara/README.md b/mascara/README.md
index d79f04ae2..6e3bfe96b 100644
--- a/mascara/README.md
+++ b/mascara/README.md
@@ -1,26 +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:
+
+```
+npm run testMascara
+```
+
+Test will run in browser, you will have to have these browsers installed:
+
+- Chrome
+- Firefox
+- Opera
- - [ ] Figure out user flows and UI redesign
- - [ ] Figure out FireFox
- Standing problems:
- - [ ] IndexDb
+### Deploy:
-### deploy
+Will build and deploy mascara via docker
```
-docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs -f --tail 10
+docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs --tail 200 -f
``` \ No newline at end of file