Skip to content

Commit 7c38fda

Browse files
authored
docs: update dev instructions for the repo (#13890)
1 parent 6afc971 commit 7c38fda

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

DEV_ENVIRONMENT.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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.
45
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`.
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).
910
5. From the root of the project, run `yarn`.
@@ -20,7 +21,3 @@ and rebuild. The browser should refresh automatically when changes are made.
2021
To run unit tests, run `gulp test`.
2122
To run the e2e tests, run `gulp e2e`.
2223
To run lint, run `gulp lint`.
23-
24-
25-
### Running benchmarks
26-
Not yet implemented.

0 commit comments

Comments
 (0)