Skip to content

Commit 61c0365

Browse files
update to node v4
1 parent a92b380 commit 61c0365

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
iojs-v1.2.0
1+
v4.0.0

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This is the repo for the JavaScript.com website.
77
Install NVM (`$ brew install nvm` and follow instructions)
88

99
```bash
10-
nvm install iojs-v1.2.0
11-
nvm use iojs-v1.2.0
10+
nvm install
11+
nvm use
1212
npm install -g gulp
1313
npm install
1414
```
1515

16-
This app authenticates with GitHub, so you'll need to create a GitHub Application and set ENVs for `GH_CLIENT_ID` and `GH_CLIENT_SECRET`.
17-
1816
## Running
1917

18+
This app authenticates with GitHub, so you'll need to create a GitHub Application and set ENVs for `GH_CLIENT_ID` and `GH_CLIENT_SECRET`.
19+
2020
Run the application with `$ npm start`. You can also set the environment variables at start time. Here's an example:
2121

2222
```bash
@@ -49,8 +49,8 @@ To build assets locally, you'll need to install Bower dependencies and run these
4949

5050
```bash
5151
$ bower install
52-
$ gulp sass
53-
$ gulp javascript
52+
$ gulp build
5453
```
5554

56-
Remember to re-run these tasks after pulling or changing branches.
55+
Remember to re-run these tasks after pulling or changing branches. See the
56+
gulp configuration for more options.

0 commit comments

Comments
 (0)