patricrp / click_that_hood

A game where users must identify a city's neighborhoods as fast as possible

Home Page:http://click-that-hood.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Click That 'Hood

Development Setup

Please follow the instructions below to setup your development environment.

  1. Clone this repository onto your local development machine:

    $ git clone $ cd click_that_hood

  2. Install Node.

  3. Install dependencies. This will take a while.

    $ npm install

  4. Start the Web Application. It runs on port 8020 by default. (The port can be changed by setting the PORT environment variable.)

    $ npm start

  5. Open your website at http://localhost:8020

About

A game where users must identify a city's neighborhoods as fast as possible

http://click-that-hood.com/


Languages

Language:JavaScript 79.7%Language:CSS 14.9%Language:HTML 5.4%