1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

mascara - add readme

This commit is contained in:
kumavis 2016-09-13 00:37:22 -07:00
parent a4cdd19843
commit 93c703d0ef
2 changed files with 6 additions and 5 deletions

6
library/README.md Normal file
View File

@ -0,0 +1,6 @@
start the dual servers (dapp + mascara)
```
node server.js
```
open the example dapp at `http://localhost:9002/`

View File

@ -1,5 +0,0 @@
```
trap 'kill %1' SIGINT
beefy frame.js:bundle.js 9001 --live & \
beefy example/index.js:bundle.js index.js:zero.js --cwd example/ 9002 --live --open
```