This houses documentation and instructions for Pixate Freestyle. Pages are rendered as part of our static website's build process. We use Jade for templating and GitHub Flavored Markdown for the majority of our content via Jade filters.
All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a pull request.
Running grunt will build the docs locally in /docs/build
. cd
into the /docs/build
directory and use the command python -m SimpleHTTPServer
, to view the docs build in your browser.