From 564bfcb4e41a78de9aa2433743ddcc970343e486 Mon Sep 17 00:00:00 2001 From: Tancre Date: Wed, 16 Sep 2020 15:14:33 +0200 Subject: [PATCH] some info to start --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a9ca03..e7093ac 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ ## TO START -* install node.js globally +* make sure you have installed git, node.js and npm +* clone this repo -* go in the folder and install all packages + $ git clone https://github.com/biobulkbende/biobulkbende.org + +* from within the folder install all packages $ npm install -* run gulp +* run gulp for automation $ gulp watch