Install Mongodb, and run mongo on the local computer
sudo mongod
Make sure to have node and npm installed to the latest version
Install yo, grunt and bower for dev purposes
npm install -g yo grunt-cli bower
Client-side dependencies
bower install
Server-side dependencies
npm install
Run the server
grunt serve
Launch once then comment out the user accounts in seeds.js (Harwarelab/evironment/seed.js)