Skip to content
shan-du edited this page Dec 12, 2014 · 4 revisions

Getting Started

  1. Install GIT
  2. Get everything from GIT 'git clone https://github.com/PureHacks/FloorPlanMap.git`
  3. Install latest NodeJS
  4. Update npm (with GIT Bash or Cygwin if you are using Windows) npm update -g npm
  5. Install Grunt CLI for the project (under your project directory) npm install -g grunt-cli
  6. Install Grunt for the project npm install
  7. Run grunt, which will initialize less, browserify, express grunt workon
Clone this wiki locally