forked from MetaMask/metamask-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
391ed17
commit 5d26e88
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,7 @@ If you're a web dapp developer, we've got two types of guides for you: | |
- 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: | ||
```bash | ||
npm install | ||
``` | ||
- Install dependencies: ```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`. | ||
|