This is the source repository of the Skyrim perk calculator at http://chrizel.github.com/skyrim/
This project uses CoffeeScript, so if you make changes to the source code please make them in the coffee files. The js files are only the build products from the coffee compiler.
sudo add-apt-repository chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
npm install
for x in $(ls *.coffee); do node_modules/coffee-script/bin/coffee -c $x; done