Skip to content

Commit e40e6c1

Browse files
crisbetommalerba
authored andcommitted
chore: update dev environment guide to use yarn (#13800)
1 parent f5d42cd commit e40e6c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEV_ENVIRONMENT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Developer guide: getting your environment set up
22

33
1. Make sure you have `node` installed with a version at _least_ 5.5.0.
4-
2. Run `npm install -g gulp` to install gulp.
5-
3. Fork the `angular/material2` repo.
6-
4. Clone your fork.
4+
2. Run `yarn global add gulp` to install gulp.
5+
3. Fork the `angular/material2` repo.
6+
4. Clone your fork.
77
Recommendation: name your git remotes `upstream` for `angular/material2`
88
and `<your-username>` for your fork. Also see the [team git shortcuts](https://github.com/angular/material2/wiki/Team-git----bash-shortcuts).
9-
5. From the root of the project, run `npm install`.
9+
5. From the root of the project, run `yarn`.
1010

1111

1212
To build Material in dev mode, run `gulp material:build`.
1313
To build Material in release mode, run `gulp material:build-release`
14-
15-
To bring up a local server, run `gulp serve:devapp`. This will automatically watch for changes
14+
15+
To bring up a local server, run `gulp serve:devapp`. This will automatically watch for changes
1616
and rebuild. The browser should refresh automatically when changes are made.
1717

1818
### Running tests

0 commit comments

Comments
 (0)