[#312,README][s]: note about using jekyll to build docs or demos if working on them locally.

This commit is contained in:
Rufus Pollock 2013-02-08 11:01:44 +00:00
parent 722b7dcbf8
commit 1c1df12e5a

View File

@ -17,6 +17,14 @@ A simple but powerful library for building data applications in pure Javascript
Run the tests by opening `test/index.html` in your browser.
Note that the demos and documentation utilize the [jekyll templating
system][jekyll] and to use them *locally* you will need to build them using
jekyll. Once installed, all you need to do from the command line is run jekyll:
jekyll
[jekyll]: https://github.com/mojombo/jekyll
Notes on the architecture can be found in the [documentation online](http://okfnlabs.org/recline).
### Contributing