Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.09 KB

readme.md

File metadata and controls

45 lines (31 loc) · 1.09 KB

The Stack

  • Node v0.8.8
  • Express v3.x
  • CoffeeScript v1.3.3
  • Jade v0.26.0
  • Connect Assets v2.2.1

Requirements

Included Packages

Via npm: (npm install)

Usage

Local

To build source files, build redis, and execute all servers (with automatic reloading on changes) just run:

cake go

Heroku

To deploy to heroku (you will need a verified heroku account for redistogo):

heroku create
heroku addons:add redistogo:nano
git push heroku master
heroku open

Thanks to