A node.js server that powers Karma.
Get the server repo and change to its directory:
git clone git@github.com:dickeyxxx/karma_server
cd karma_server
Install dependencies:
npm install -g nodemon
npm install
Start the server:
nodemon app.coffee
Get the client repo:
git clone git@github.com:dickeyxxx/karma_client
Start the local client:
grunt server
Go to http://127.0.0.1:9000/?local=true
to enable connecting to your local
node instance. Otherwise it will use production.
Once you've completed the setup running the tests is simple:
npm test