Skip to content

Commit

Permalink
Updated readme with books submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
fchasen committed Nov 5, 2013
1 parent 6a21966 commit 5dca57b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------

Expand Down

0 comments on commit 5dca57b

Please sign in to comment.