1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/mascara
2018-10-10 17:46:17 -02:30
..
example fix mascara/example/server.js warnings 2018-07-02 19:31:03 -04:00
proxy
server
src Fix styling of first-time-flow container 2018-10-10 17:46:17 -02:30
test fix mascara warnings 2018-07-02 19:36:16 -04:00
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