Update README.md (#10357)

Compile scss files before npm start.
This commit is contained in:
Ashish Kapoor 2020-10-09 20:21:59 +05:30 committed by GitHub
parent 0aa2a8e2c6
commit 4c78b514c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ This is the unified Druid web console that servers as a data management layer fo
1. You need to be within the `web-console` directory
2. Install the modules with `npm install`
3. Run `npm start` will start in development mode and will proxy druid requests to `localhost:8888`
3. Run `npm run compile` to compile the scss files
4. Run `npm start` will start in development mode and will proxy druid requests to `localhost:8888`
**Note:** you can provide an environment variable to proxy to a different Druid host like so: `druid_host=1.2.3.4:8888 npm start`
**Note:** you can provide an environment variable use webpack-bundle-analyzer as a plugin in the build script or like so: `BUNDLE_ANALYZER_PLUGIN='TRUE' npm start`