1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/mascara
2017-09-15 13:13:53 -07:00
..
example
proxy
server
src mascara - proxy - small cleanup 2017-09-15 13:13:13 -07:00
test test - mascara - move skip reload test flag 2017-09-15 13:13:53 -07:00
ui
README.md mascara - fix deploy instructions 2017-05-15 22:12:06 -07:00

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