add frontend config file build command to readme

This commit is contained in:
Peter Grassberger 2019-02-18 19:49:47 +01:00
parent 696702a0c8
commit 2aeb8db283
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ In order to build the static files you have to run grunt tasks which will genera
grunt poa
```
To build the static files for a network other than Ethereum copy and change src/js/defaultConfig.js and run the following command.
```bash
grunt poa --configPath="src/js/someOtherConfig.js"
```
#### Run
Start a node process and pass the websocket secret to it.