Skip to content

jeffbcross/angulardart.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angulardart.org

Your changes to the master branch of angular/angulardart.org should become visible on angulardart.org in 5-10 minutes.

If you're making a change that isn't simple, please build the site locally before you commit the changes. Here's how:

  1. If which bundle returns something, you have the prerequisites. Otherwise:

  2. Download rubygems from http://rubygems.org/pages/download

  3. Install rubygems with ruby setup.rb

  4. Install bundler with gem install bundler

  5. Run bundle install from within the directory that contains the Gemfile

  • If you have issues installing posix-spawn (messages like "posix-spawn.c:6:19: error: errno.h: No such file or directory") do the following and then run bundle install again:

    xcode-select --install

  1. Run cd site.

  2. Run jekyll serve --watch. This runs the dev server. If you get a horrible set of messages, make sure you're in site/.

  3. View the site at localhost:4000.

About

Website for AngularDart, a web framework for Dart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.1%
  • CSS 18.8%
  • JavaScript 14.3%
  • Dart 9.2%
  • Other 1.6%