feat(dev): Update CONTRIBUTING

This commit is contained in:
Stuart Taylor
2017-12-16 10:13:08 +00:00
parent 01b47984c7
commit 3c4f7b6a15

View File

@ -173,8 +173,6 @@ Once you have freeCodeCamp cloned, before you start the application, you first n
# Install NPM dependencies
npm install
# Install Gulp globally
npm install -g gulp
```
Then you need to add the private environment variables (API Keys):
@ -215,7 +213,7 @@ mongod
npm run only-once
# start the application
gulp
npm run develop
```
Now navigate to your browser and open
@ -233,7 +231,7 @@ congratulations you're all set. Otherwise, let us know by asking in the [Con
node seed
# Re-start the application
gulp
npm run develop
```
### Make Changes