Skip to content

hershmire/bronson

 
 

Repository files navigation

Bronson Local Environment Setup

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:

Installation

Install Jekyll

As shown in the official Jekyll installation documentation:

$ gem install jekyll

Install Pygments

To get proper syntax highlighting of code you will need to install pygments.

$ sudo easy_install Pygments

Running Locally

Spin up a local server:

$ jekyll --server

Now you can view this branch at http://localhost:4000.

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 77.2%
  • JavaScript 22.8%