File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Developer guide: getting your environment set up
2
2
3
- 1 . Make sure you have ` node ` installed with a version at _ least_ 5.5.0.
3
+ 1 . Make sure you have ` node ` installed with a version at _ least_ 10.0.0 and ` yarn ` with a version
4
+ of at least 1.10.0. We recommend using ` nvm ` to manage your node versions.
4
5
2 . Run ` yarn global add gulp ` to install gulp.
5
- 3 . Fork the ` angular/material2 ` repo.
6
- 4 . Clone your fork.
6
+ 3 . Fork the ` angular/material2 ` repo on GitHub .
7
+ 4 . Clone your fork to your machine with ` git clone ` .
7
8
Recommendation: name your git remotes ` upstream ` for ` angular/material2 `
8
9
and ` <your-username> ` for your fork. Also see the [ team git shortcuts] ( https://github.com/angular/material2/wiki/Team-git----bash-shortcuts ) .
9
10
5 . From the root of the project, run ` yarn ` .
@@ -20,7 +21,3 @@ and rebuild. The browser should refresh automatically when changes are made.
20
21
To run unit tests, run ` gulp test ` .
21
22
To run the e2e tests, run ` gulp e2e ` .
22
23
To run lint, run ` gulp lint ` .
23
-
24
-
25
- ### Running benchmarks
26
- Not yet implemented.
You can’t perform that action at this time.
0 commit comments