open-bounty/static_langing_page/README.md

16 lines
155 B
Markdown

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