Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 562 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 562 Bytes

Hackstock for #LocalGov 2

An application to use City of Charlotte open data.

Installation

Install Node.js 0.10.30 (optionally using nvm):

$ nvm install 0.10.30

Install Bower 1.3.9:

$ npm install -g bower

Install Bower dependencies:

$ bower install

Install npm dependencies:

$ npm install

Copy example environment variables and fill them in with correct values:

$ cp .env-example .env

Usage

Run HTTP server:

$ npm start

Navigate to http://localhost:5000 in a browser.