Skip to content

Commit

Permalink
Added a server.js file for starting the server without a global coffe…
Browse files Browse the repository at this point in the history
…e-script installation
  • Loading branch information
conradthukral committed Aug 5, 2012
1 parent 328277b commit c3ebf4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/README.md
@@ -0,0 +1,8 @@
Mia Server
==========
This is the mia server application. To run it:

- install node.js and npm
- `npm install`
- `node server.js`

3 changes: 3 additions & 0 deletions server/server.js
@@ -0,0 +1,3 @@
require('coffee-script');
require('./lib/index');

0 comments on commit c3ebf4a

Please sign in to comment.