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)
- Host: GitHub
- URL: https://github.com/corroded/jekyll-coffee-js-game-template
- Owner: corroded
- Created: 2013-03-23T16:54:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-29T07:38:58.000Z (over 12 years ago)
- Last Synced: 2025-03-24T14:18:53.591Z (over 1 year ago)
- Language: Ruby
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`