3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00

Switch to auto-ordering lists for dashboard paragraph as well

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
Bluenix 2021-08-15 20:58:59 +02:00 committed by GitHub
parent aa41b358be
commit 67ad53a6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,11 +51,11 @@ These instructions are intended for bot development only, they are not recommend
1. Go into the dashboard directory: `cd dashboard`
2. Install dependencies for the dashboard: `npm ci`
1. Install dependencies for the dashboard: `npm ci`
3. Make a copy of `.env.example` called `.env`, fill in the values.
1. Make a copy of `.env.example` called `.env`, fill in the values.
4. Run the desired start script:
1. Run the desired start script:
- `npm run watch` runs webpack's dev server that automatically reloads on save
- `npm run build` compiles the dashboard's static files to `dist/` which can then be served with any web server