This project is mainly to learn CoffeeScript through CoffeeScript Koans provided in https://github.com/sleepyfox/coffeescript-koans
This project requires Node.js - if you haven't already installed it I would recommend installing the Node Version Manager - NVM - and using that to install Node.
Install dependencies by using npm from the command line:
npm install
Run the tests with Mocha on the command line:
npm test