Install node and npm before anything else
Install mongodb
Create clacker database and timing collection in mongo
> use clacker;
> db.createCollection('timing');
Run npm install
npm install
Start it up
npm start
Type 'there' until your fingers bleed
visit localhost:8001