From 67ad53a6cb672588ed49fb2d1b0e40cc9c1d34b2 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Sun, 15 Aug 2021 20:58:59 +0200 Subject: [PATCH] Switch to auto-ordering lists for dashboard paragraph as well Co-authored-by: Almeida --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdf9f942..db6da837 100644 --- a/README.md +++ b/README.md @@ -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