We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install GIT
Get everything from GIT
git clone https://github.com/PureHacks/FloorPlanMap.git
Install latest NodeJS
Update npm (with GIT Bash or Cygwin if you are using Windows)
npm update -g npm
Install Grunt CLI for the project (under your project directory)
npm install -g grunt-cli
Install Grunt for the project
npm install
Run grunt, which will initialize less, browserify, express
grunt workon