Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5afd02a

Browse files
committed
Update README.md with latest node version change
1 parent 8f3a81c commit 5afd02a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ Angular.io is currently the preview site for Angular 2. This site also includes
77

88

99
## Development Setup
10-
1. install version 0.17 of [Harp](http://harpjs.com/) (This is the current harp version.)
10+
1. install [nvm](https://www.npmjs.com/package/nvm)
1111
2. cd into root directory `angular.io/`
12+
3. make sure you are using the latest node and npm by running `nvm use 4`.
1213
3. install local packages by running `npm install`
13-
3. run `harp server`
14-
4. Open this url in the browser: [http://localhost:9000/](http://localhost:9000/)
1514

1615
## Development setup with watches
1716
1. cd into root directory `angular.io/`
@@ -36,4 +35,4 @@ Angular.io is currently the preview site for Angular 2. This site also includes
3635

3736

3837
## License
39-
Powered by Google ©2010-2015. Code licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).
38+
Powered by Google ©2010-2015. Code licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).

0 commit comments

Comments
 (0)