mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-13 19:50:50 +00:00
15 lines
267 B
Markdown
15 lines
267 B
Markdown
## TO START
|
|
|
|
* make sure you have installed git, node.js and npm
|
|
* clone this repo
|
|
|
|
$ git clone https://github.com/biobulkbende/biobulkbende.org
|
|
|
|
* from within the folder install all packages
|
|
|
|
$ npm install
|
|
|
|
* run gulp for automation
|
|
|
|
$ gulp watch
|