From 5dca57b26c882f99458873dfecbc8b50b73ed09e Mon Sep 17 00:00:00 2001 From: Fred Chasen Date: Tue, 5 Nov 2013 12:51:51 -0800 Subject: [PATCH] Updated readme with books submodule --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 85c436a..b9a0755 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,16 @@ node server.js * [dev.html](http://localhost:8080/demo/dev.html) will pull from the source files and should be used during development. * [index.html](http://localhost:8080/demo/index.html) will use the minified production libraries in the dist/ folder. +Testing +------------------------- + +Once you start a server you can run the [QUnit](http://qunitjs.com/) tests at [http://localhost:8080/tests/](http://localhost:8080/tests/) + +You can download the test books by running: +``` +git submodule foreach git pull +``` + Building for Distribution -------------------------