This is an HTML5 single page application, built with Brunch and Chaplin.
Clone this repo
git clone https://github.com/reubano/gh-viewer.git
Node.js (on OS X)
sudo port install node
or
brew install node
npm install -g brunch
npm install -g bower
npm install -g coffee-script
$ node --version
v4.4.5
$ npm --version
5.0.3
$ brunch --version
2.10.9
$ bower --version
1.8.0
$ coffee --version
CoffeeScript version 1.12.6Install both node and bower dependencies
npm install
Watch the project with continuous rebuild (this will also launch HTTP server with pushState)
brunch watch --server
Watch the project with continuous rebuild, but don't serve it
brunch watch
Build minified assets
brunch build --production
Launch a production express server
coffee server.cofee
GH Viewer is distributed under the MIT License