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 11# Developer guide: getting your environment set up
22
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.
452 . 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 ` .
78 Recommendation: name your git remotes ` upstream ` for ` angular/material2 `
89 and ` <your-username> ` for your fork. Also see the [ team git shortcuts] ( https://github.com/angular/material2/wiki/Team-git----bash-shortcuts ) .
9105 . From the root of the project, run ` yarn ` .
@@ -20,7 +21,3 @@ and rebuild. The browser should refresh automatically when changes are made.
2021To run unit tests, run ` gulp test ` .
2122To run the e2e tests, run ` gulp e2e ` .
2223To 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