From 2aeb8db2830f9f0dff895f1972296c14f2db4721 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Mon, 18 Feb 2019 19:49:47 +0100 Subject: [PATCH] add frontend config file build command to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1024178..2757ae9 100644 --- a/README.md +++ b/README.md @@ -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.