https://github.com/datamade/CUAMP-live
production site for the Chicago Urban Agriculture Mapping Project
https://github.com/datamade/CUAMP-live
Last synced: about 1 year ago
JSON representation
production site for the Chicago Urban Agriculture Mapping Project
- Host: GitHub
- URL: https://github.com/datamade/CUAMP-live
- Owner: datamade
- License: mit
- Created: 2018-06-05T15:12:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T15:41:31.000Z (about 8 years ago)
- Last Synced: 2025-03-03T14:14:11.705Z (over 1 year ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - datamade/CUAMP-live - production site for the Chicago Urban Agriculture Mapping Project (others)
README
# CUAMP
Chicago Urban Agriculture Mapping Project (i.e., CUAMP) tracks urban agriculture in Chicagoland. The interactive map provides a comprehensive inventory of small residential gardens, commercial urban farms, and everything in between.
## Installation
```bash
$ git clone git@github.com:datamade/CUAMP.git
$ cd CUAMP
$ gem install jekyll
$ jekyll serve -w
```
Then, navigate to http://localhost:5000/, and view the site in your browser.
## Data
The CUAMP team accepts and reviews applications for gardens - successful registrants are added to the CUAMP database and made available for public search. The data for the map resides in a Google spreadsheet that auto-syncs with a [Carto](https://carto.com/) table.
## Team
* [Derek Eder](mailto:derek.eder+git@gmail.com)
* [Regina Compton](mailto:reginafcompton@datamade.us)
* Jack Corrigan
## Errors / Bugs
If something is not behaving intuitively, it is a bug, and should be reported.
Report it [here](https://github.com/datamade/CUAMP/issues).
## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix, but do not adjust the rakefile, version, or history.
* Commit.
* Send a pull request. Bonus points for well-named topic branches.
## Copyright
Copyright (c) 2016 DataMade. Released under the MIT License.
[See LICENSE for details](https://github.com/datamade/CUAMP/blob/master/LICENSE)