open-bounty/resources/templates/README.md

16 lines
155 B
Markdown
Raw Normal View History

## How to run locally
### Install gulp
```
npm install --global gulp-cli
npm install gulp
```
### Run gulp
```
npm install # first time only
gulp
```