webdev 的设置
设置使用 webdev 需要一些时间,如果你做的不仅仅是调整一些文本。以下是初始设置步骤:
$ mkdir site
$ cd site
$ git clone git@github.com:dart-lang/site-webdev.git
$ source ./scripts/env-set.sh
$ ./scripts/install-dart-sdk.sh
$ ./scripts/before-install.sh
$ rvm install 2.3.0
$ ./scripts/install.sh
$ ./scripts/get-ng-repo.sh
有关更多详细信息,请参阅我们的 Travis 构建之一 。