It is assumed that you have nodejs installed on your machine. For information on installing nodejs click here
clone repo onto your machine
$ git clone https://github.com/jacobscarter/Debug-Project.git
change directory into that project
$ cd ./Debug-Project
install npm and bower dependencies
$ npm install
$ bower install
launch app with node
$ node index.js