This is the book Dart: Up and Running by Kathy Walrath and Seth Ladd. More info: http://shop.oreilly.com/product/0636920025719.do
An HTML version of this book is online: http://www.dartlang.org/docs/dart-up-and-running/
- Ensure you have Python 2.7.
- Follow Installing Jekyll
- Install Ruby with the RubyInstaller site or
choco install ruby
. - Install the Ruby DevKit from the RubyInstaller site and follow these instructions or
choco install ruby2.devkit
. - Run
gem install bundler
. - Run
bundle install
from the root of your dartlang project.
- Open a terminal to the root of this project.
- Run the server with
bundle exec jekyll serve
, and leave it running while you edit files. - Open your browser to http://localhost:4000/dart-up-and-running.
- Edit, create docs as normal.