You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
1. Install global npm packages by running `./scripts/before-install.sh`
33
33
34
-
1. Clone this repo, the [angular/angular source code repo](https://github.com/angular/angular), and the [dart-lang/angular2 source code repo](https://github.com/dart-lang/angular2) to the same parent directory.
35
-
The three cloned repo directories must be siblings, with the latter two repo directories named **angular** and **angular-dart**, respectively.
cloning the Angular Dart repo is only necessary if you plan on doing full site builds
40
+
41
+
to the same parent directory. The **cloned repo directories must be siblings**, with the latter two repo directories named **angular** and **angular-dart**, respectively.
36
42
37
43
1. cd into root directory `angular.io/`
38
44
39
-
1. install the *all-docs* local packages by running `npm install`
40
-
> You probably must rebuild `node-sass` in a separate step: `npm rebuild node-sass`
45
+
1. Install local npm packages by running `./scripts/install.sh`
46
+
47
+
1. (OPTIONAL) If you intend on doing **full site builds** then you must have the
48
+
Angular Dart repo (see the Clone step above), _and_ Dart tooling available.
49
+
Both can be installed by running `./scripts/deploy-install.sh`
41
50
42
51
1. See [below](#code-sample-development) for code sample development preparation.
0 commit comments