1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/mascara
2018-03-12 20:17:44 -02:30
..
example mascara:exampl/app - add a send tx button 2017-10-04 22:09:37 -07:00
proxy mascara - rename things + break out mascara asset server 2017-04-04 22:45:39 -07:00
server [NewUI] Build mascara with uglification and gzipping. (#2735) 2018-01-11 18:15:22 -08:00
src Left align create password. 2018-03-12 20:17:44 -02:30
test test - mascara - move skip reload test flag 2017-09-15 13:13:53 -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

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