# Power

## Install

First [setup the Tower.js development environment](http://towerjs.org/guides/development#environment), then run:

```
git clone git@github.com:User/power.git
cd power
npm install
node server
```

## Test

Run tests:

```
npm test
```

Read up on [testing Tower.js apps](http://towerjs.org/guides/testing).

## Deploy

[How to deploy Tower Apps to Heroku](http://towerjs.org/guides/deployment#heroku).

## Documentation

- [Tower.js](http://towerjs.org/guides)
- [MongoDB](http://www.mongodb.org/display/DOCS/Advanced+Queries)
- [Node.js](http://nodejs.org/api/)
- [Mocha](https://github.com/visionmedia/mocha)
- [CoffeeScript](http://coffeescript.org/)
- [Stylus](http://learnboost.github.com/stylus/)

If all else fails, see the [Rails Guides](http://guides.rubyonrails.org/), should be fairly close.
