The purpose of this gh-pages
branch is for hosting a reference guide of BronsonJS via Github pages. The following steps are what's needed to get your local environment setup for collaboration:
As shown in the official Jekyll installation documentation:
$ gem install jekyll
To get proper syntax highlighting of code you will need to install pygments.
$ sudo easy_install Pygments
Spin up a local server:
$ jekyll --server
Now you can view this branch at http://localhost:4000.