kevmoo / site-webdev

Source for webdev.dartlang.org

Home Page:https://webdev.dartlang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The webdev site

Build Status Join the chat at https://gitter.im/dart-lang/site-webdev

This repo implements the webdev.dartlang.org website. It uses the tools and infrastructure of www.dartlang.org (which is implemented in github.com/dart-lang/site-www), plus some tools from the angular.io site (github.com/angular/angular.io).

This site requires npm version 6. Getting started is something like this:

  1. Have angular.io (angular/angular.io repo) and angular-dart (dart-lang/angular2 repo) directories (or links to them) next to the site-webdev directory.
  2. nvm use 6
  3. bundle install
  4. npm install -g firebase-tools
  5. npm install

Once everything's installed, you can build and serve:

  1. gulp build
  2. ./scripts/serve_local.sh

See the dart-lang/site-www README for more setup and build instructions.

About

Source for webdev.dartlang.org

https://webdev.dartlang.org/


Languages

Language:HTML 52.9%Language:JavaScript 39.9%Language:CSS 3.3%Language:Ruby 2.9%Language:Shell 0.8%Language:Dart 0.3%