Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.36 KB

Build Status Coverage Status Scrutinizer Code Quality

Overview

This project generates maps to visualize the distribution of parks millage.

Setup

Requirements

Installation

ParkFinder can be installed from the source code:

$ git clone https://github.com/citizenlabsgr/grparks.git citizenlabs-grparks
$ cd citizenlabs-grparks
$ make install

Development

To generate new map data from OpenStreetMap:

$ make run

To run all checks after making code changes:

$ make ci

Deployment

Each Travis CI build deploys to the gh-pages branch.