From 1c96bd17b2bcbb5e5404844ce75b4d1ce15214a9 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 29 Oct 2022 14:20:09 +0700 Subject: [PATCH] chore: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf553b..d991e8f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This fork has a separate development mode, with which client-side CSS/JS files i 1. Follow steps **1 to 6** from the production instructions above. 2. Run `yarn install` to install all dependencies (by omitting `--production` option, Yarn will also install development dependencies). -3. Run `yarn develop` to start lolisafe in development mode. +3. Run `yarn dev` to start lolisafe in development mode (or `yarn dev:reload` to also watch file changes). You can further modify the Gulp tasks through `gulpfile.js` file.