open-bounty/static_langing_page/README.md

16 lines
155 B
Markdown
Raw Permalink Normal View History

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