mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
mascara - add deploy instructions
This commit is contained in:
parent
85ca8b4539
commit
a8306f1579
@ -3,7 +3,7 @@ start the dual servers (dapp + mascara)
|
||||
npm run mascara
|
||||
```
|
||||
|
||||
## First time use:
|
||||
### First time use:
|
||||
|
||||
- navigate to: http://localhost:9001
|
||||
- Create an Account
|
||||
@ -11,7 +11,7 @@ npm run mascara
|
||||
- open devTools
|
||||
- click Sync Tx
|
||||
|
||||
## Tests:
|
||||
### Tests:
|
||||
|
||||
```
|
||||
npm run testMascara
|
||||
@ -22,3 +22,12 @@ 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 && docker-compose -t 200 -f
|
||||
```
|
Loading…
Reference in New Issue
Block a user