open development/example.htmlbrew upgrade
brew install nodejs
npm install -g coffee-scriptTODO: cake spec
cake build:development
open development/spec-runner.htmlTODO: cake release VERSION=x.y.z
echo -n "x.y.z" > VERSION
cake build # Package for distribution
cake build:tag # Tag the git repo with the version number
git push --tags