16 lines
155 B
Markdown
Raw Permalink Normal View History

2017-10-28 21:33:54 +02:00
## How to run locally
### Install gulp
```
npm install --global gulp-cli
npm install gulp
```
### Run gulp
```
npm install # first time only
gulp
```