Getting Started - Heisenbergjs/heisenberg GitHub Wiki

  • Download the repository, either as a zip file from Github or simply by cloning it: git clone [email protected]: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)