An open API service indexing awesome lists of open source software.

https://github.com/corroded/jekyll-coffee-js-game-template

A template for single page js apps that use coffeescript and jekyll (so it can easily be hosted on Github via Github Pages)
https://github.com/corroded/jekyll-coffee-js-game-template

Last synced: 11 months ago
JSON representation

A template for single page js apps that use coffeescript and jekyll (so it can easily be hosted on Github via Github Pages)

Awesome Lists containing this project

README

          

Github Page Bootstrap with Compass, HAML and Jekyll

TO USE:

Just add your game logic in app.js.coffee (require the needed files as well).

To test on your local machine, just do:

`rake preview`

To deploy what you have done in Github (and generate static github pages):

`rake deploy`