Format readme
This commit is contained in:
parent
f4be71d3d1
commit
e8ed66e37c
1 changed files with 3 additions and 0 deletions
|
@ -50,14 +50,17 @@ If you haven't yet, install nvm:
|
||||||
https://github.com/creationix/nvm
|
https://github.com/creationix/nvm
|
||||||
|
|
||||||
#### Use the right version of node with:
|
#### Use the right version of node with:
|
||||||
|
|
||||||
`nvm use`
|
`nvm use`
|
||||||
|
|
||||||
_This command will look at your `.nvmrc` file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency._
|
_This command will look at your `.nvmrc` file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency._
|
||||||
|
|
||||||
#### If that version of node isn't installed, install it with:
|
#### If that version of node isn't installed, install it with:
|
||||||
|
|
||||||
`nvm install`
|
`nvm install`
|
||||||
|
|
||||||
#### Install npm dependencies with
|
#### Install npm dependencies with
|
||||||
|
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|
||||||
_This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include gulp, autoprefixer, gulp-sass and others._
|
_This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include gulp, autoprefixer, gulp-sass and others._
|
||||||
|
|
Loading…
Add table
Reference in a new issue