1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 12:23:39 +02:00
metamask-extension/mascara
2017-09-19 16:48:42 -07:00
..
example require metamascara 2017-09-18 19:08:02 -07:00
proxy
server
src mascara: turn off background 2017-09-19 16:48:42 -07:00
test
ui
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