Please follow the instructions below to setup your development environment.
-
Clone this repository onto your local development machine:
$ git clone $ cd click_that_hood
-
Install Node.
-
Install dependencies. This will take a while.
$ npm install
-
Start the Web Application (default on port 8000)
$ node app.js
-
Open your website at http://localhost:8000