You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Whymarrh Whitby
c10d12a90c
|
6 years ago | |
---|---|---|
.. | ||
example | 6 years ago | |
proxy | 7 years ago | |
server | 7 years ago | |
src | 6 years ago | |
test | 6 years ago | |
ui | 7 years ago | |
README.md | 8 years ago |
README.md
start the dual servers (dapp + mascara)
npm run mascara
First time use:
- navigate to: http://localhost:9001
- Create an Account
- go back to http://localhost:9002
- open devTools
- click Sync Tx
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