Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnidan/ggj2014
Global Game Jam 2014 @ NYU Game Center "We See Things As We Are"
https://github.com/gnidan/ggj2014
Last synced: 23 days ago
JSON representation
Global Game Jam 2014 @ NYU Game Center "We See Things As We Are"
- Host: GitHub
- URL: https://github.com/gnidan/ggj2014
- Owner: gnidan
- Created: 2014-01-25T17:12:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-27T01:27:17.000Z (almost 11 years ago)
- Last Synced: 2024-10-07T18:41:03.958Z (about 1 month ago)
- Language: CoffeeScript
- Size: 3.41 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brunch app
This is HTML5 application, built with [Brunch](http://brunch.io).
## Getting started
* Install (if you don't have them):
* [Node.js](http://nodejs.org): `brew install node` on OS X
* [Brunch](http://brunch.io): `npm install -g brunch`
* [Bower](http://bower.io): `npm install -g bower`
* Brunch plugins and Bower dependencies: `npm install & bower install`.
* Run:
* `brunch watch --server` — watches the project with continuous rebuild. This will also launch HTTP server with [pushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history).
* `brunch build --production` — builds minified project for production
* Learn:
* `public/` dir is fully auto-generated and served by HTTP server. Write your code in `app/` dir.
* Place static files you want to be copied from `app/assets/` to `public/`.
* [Brunch site](http://brunch.io), [Chaplin site](http://chaplinjs.org)