diff options
-rw-r--r-- | mascara/README.md | 13 | ||||
-rw-r--r-- | mascara/ui/index.html | 3 |
2 files changed, 13 insertions, 3 deletions
diff --git a/mascara/README.md b/mascara/README.md index db5b4f404..6e3bfe96b 100644 --- a/mascara/README.md +++ b/mascara/README.md @@ -3,7 +3,7 @@ start the dual servers (dapp + mascara) npm run mascara ``` -## First time use: +### First time use: - navigate to: http://localhost:9001 - Create an Account @@ -11,7 +11,7 @@ npm run mascara - open devTools - click Sync Tx -## Tests: +### Tests: ``` npm run testMascara @@ -22,3 +22,12 @@ 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 diff --git a/mascara/ui/index.html b/mascara/ui/index.html index c5eeb05ef..eac8e4898 100644 --- a/mascara/ui/index.html +++ b/mascara/ui/index.html @@ -2,7 +2,8 @@ <html> <head> <meta charset="utf-8"> - <title>MetaMask Plugin</title> + <title>MetaMascara Alpha</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <div id="app-content"></div> |