Site fer John Morehead
Navigate on the command line to where you want the project to live (http://en.wikipedia.org/wiki/Cd_%28command%29)
$ git clone https://github.com/willpiers/techrepair.io.git
$ npm install
$ webpack -w
$ ruby -run -e httpd . -p 9090
Note: the final ruby command can be swapped out with any other simple web server.
Finally, navigate to http://localhost:9090