From 32713d97dd803e5d1a8f3c9aea75ae5531fa1567 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Mon, 17 May 2021 08:48:09 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 505f7ea7b..ba12ef058 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ SCSS has been used to increase code customizability. To compile the dist files you need Node.js/npm, clone/download the repo then: 1. `npm install` (install npm deps) -2. _Optional:_ `npm run dev` (developer mode, autocompile with browsersync support for live demo) -3. `npm run production` (compile css/js files) +2. `npm install gulp-cli -g` (install gulp-cli globally) +3. _Optional:_ `gulp` (developer mode, autocompile with browsersync support for live demo) +4. `gulp build` (compile css/js files) ## Contributing