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. It runs on port 8020 by default. (The port can be changed by setting the
PORT
environment variable.)$ npm start
-
Open your website at http://localhost:8020