3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Update dashboard instructions in README

This commit is contained in:
Dragory 2019-11-08 00:22:17 +02:00
parent 0dee588231
commit 92402662e6

View file

@ -27,8 +27,8 @@ These instructions are intended for bot development only.
2. `npm ci` 2. `npm ci`
3. Make a copy of `.env.example` called `.env`, fill in the values 3. Make a copy of `.env.example` called `.env`, fill in the values
4. Run the desired start script: 4. Run the desired start script:
* `npm run build` compiled the dashboard's static files in `dist/` which can then be served with any web server * `npm run build` compiles the dashboard's static files to `dist/` which can then be served with any web server
* `npm run watch` runs Parcel.js's dev server that automatically reloads on changes * `npm run watch` runs webpack's dev server that automatically reloads on changes
## Notes ## Notes
* Since we now use shared paths in `tsconfig.json`, the compiled files in `backend/dist/` have longer paths, e.g. * Since we now use shared paths in `tsconfig.json`, the compiled files in `backend/dist/` have longer paths, e.g.