Development
For SASS:
gem install sass
gem install bourbon
gem install neat
cd client/sass
bourbon install
neat install # or update the files with neat update
To watch / create the css from sass run (in the app root):
sass --watch --scss client/sass:client/css
Install Meteor bits:
node - http://nodejs.org/
meteor - https://www.meteor.com/
meteorite - http://oortcloud.github.io/meteorite/
Then run:
mrt run