File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Developer guide: getting your environment set up
2
2
3
3
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.
7
7
Recommendation: name your git remotes ` upstream ` for ` angular/material2 `
8
8
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 ` .
10
10
11
11
12
12
To build Material in dev mode, run ` gulp material:build ` .
13
13
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
16
16
and rebuild. The browser should refresh automatically when changes are made.
17
17
18
18
### Running tests
You can’t perform that action at this time.
0 commit comments