nifty-wallet/mascara
kumavis 9fbe3e5371 mascara - fix deploy instructions 2017-05-15 22:12:06 -07:00
..
example
proxy
server
src clean up code 2017-04-28 21:19:14 +02:00
test clean up code 2017-04-28 21:19:14 +02: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