mateoclarke / atx-citysdk-js

Home Page:http://open-austin.github.io/austin-parks-equity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CitySDK Austin Parks

This is a demonstration app forked from Austin Park Equity to give a mapping example using API open data from Census.gov.

Running Code Locally:

1. npm is required

npm is Node's package manager. You can install Node at their site or with a command like brew install node if you use Homebrew.

2. gulp is required

gulp is used to build and run the app. Before you can serve the app locally, you need to install gulp cli:

$ npm install -g gulp

3. webpack is required webpack is used to bundle assets

$ npm install -g webpack

To bundle assets:

$ webpack --watch

4. compass is required

compass is a css authoring framework that is used to generate css used by the app. Follow the install instructions on the compass site.

5. install npm dependencies

Install the npm dependencies:

$ npm install

6. run the development server

To run the local server and see the app in your browser:

$ gulp

Gulp serves the app at http://localhost:8080.

Austin Data Sources:

Global Data Sources:

Unlicense:

Released to the public domain under the Unlicense by Open Austin, 2015.

About

http://open-austin.github.io/austin-parks-equity/

License:The Unlicense


Languages

Language:JavaScript 99.2%Language:CSS 0.5%Language:Makefile 0.1%Language:HTML 0.1%Language:Ruby 0.1%