Skip to content

Commit

Permalink
add frontend config file build command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTheOne committed Feb 18, 2019
1 parent 696702a commit 2aeb8db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2aeb8db

Please sign in to comment.