Skip to content
KenanY edited this page Feb 10, 2013 · 3 revisions
  • Download the repository, either as a zip file from Github or simply by cloning it: git clone git@github.com:benhowdle89/heisenberg.git
  • You'll need NodeJS and npm installed. npm comes with Node. You can install Node through Homebrew (brew install node) or download installers from the Node website.
  • Then install Bower: npm install -g bower
  • Run bower install to download all the libraries (by default this is jQuery, RequireJS, Handlebars and Underscore)
Clone this wiki locally