Skip to content

Commit

Permalink
restore npm install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wjmelements committed Jul 28, 2018
1 parent fa4423b commit 391ed17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ If you're a web dapp developer, we've got two types of guides for you:
## Building locally

- Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.0
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- Update npm to 6.1.0: ```npm install -g [email protected]```
- Install dependencies:
- If you are using nvm (recommended) running `nvm use` will automatically choose the right node version for you.
```bash
npm install
```
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.
- Optionally, to rebuild on file changes, run `gulp dev`.
Expand Down

0 comments on commit 391ed17

Please sign in to comment.