nifty-wallet/mascara
Dan Finlay 8af41f1b05 Merge pull request #1574 from MetaMask/internfix
Wording fix for notice button
2017-06-12 10:37:46 -07:00
..
example mascara - rename things + break out mascara asset server 2017-04-04 22:45:39 -07:00
proxy mascara - rename things + break out mascara asset server 2017-04-04 22:45:39 -07:00
server mascara - ready to deploy via docker 2017-04-05 22:59:25 -07:00
src reload page if ui is not present 2017-06-08 17:36:21 -07:00
test Modify wording to new accept. 2017-06-09 10:48:28 -07:00
ui mascara - ui - fix scale on mobile 2017-05-15 22:01:04 -07:00
README.md mascara - fix deploy instructions 2017-05-15 22:12:06 -07:00

README.md

start the dual servers (dapp + mascara)

npm run mascara

First time use:

Tests:

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