File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Developer guide: getting your environment set up
22
331 . 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
1212To build Material in dev mode, run ` gulp material:build ` .
1313To 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
1616and rebuild. The browser should refresh automatically when changes are made.
1717
1818### Running tests
You can’t perform that action at this time.
0 commit comments