mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-10 09:35:50 +00:00
16 lines
155 B
Markdown
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
|
|
```
|