add frontend config file build command to readme
This commit is contained in:
parent
696702a0c8
commit
2aeb8db283
@ -33,6 +33,12 @@ In order to build the static files you have to run grunt tasks which will genera
|
|||||||
grunt poa
|
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
|
#### Run
|
||||||
Start a node process and pass the websocket secret to it.
|
Start a node process and pass the websocket secret to it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user