chirayuk / angulardart.org

Website for AngularDart, a web framework for Dart

Home Page:angulardart.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

angulardart.org


Languages

Language:HTML 56.4%Language:CSS 18.6%Language:JavaScript 14.3%Language:Dart 9.2%Language:Ruby 0.8%Language:Shell 0.7%