Skip to content

Commit

Permalink
Add preliminary README
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Oct 25, 2011
1 parent 5706926 commit bbcc290
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
Zappa Template
==============

An easy-to-use template for working with
[Zappa](https://github.com/mauricemach/zappa) and
[CoffeeScript](http://jashkenas.github.com/coffee-script/) on Heroku.


Instructions
------------

First, make sure you have [npm installed](http://npmjs.org/).

Now, since all the dependencies are listed in the `package.json` file,
simply run the following:

npm install

You should then be able to run the `app.coffee` script.

coffee app.coffee

0 comments on commit bbcc290

Please sign in to comment.