opensandiego / sd-playgrounds-parks

San Diego parks and playgrounds locator app
http://opensandiego.github.io/sd-playgrounds-parks
MIT License
5 stars 2 forks source link
inactive open-san-diego

San Diego Playgrounds and Parks

Join the chat at https://gitter.im/opensandiego/sd-playgrounds-parks

Table of contents

Pitch

Develop an app that a young mother could open on her smartphone and see the location of a city park close to her for her and her children to go to.

Goal

Data

Stack

Installation

This project was generated with the Yeoman webapp generator version 1.0.1.

Clone or fork this repository and ensure the following tools are available:

Enter your local copy's directory, run npm install then bower install. Grab some coffee :coffee: …this could take a while

NPM will install Grunt task runners and dependencies. Bower will install Bootstrap, Chai, jQuery, Leaflet, Mocha, and Modernizr. All of these files will be stored in your project folder under bower_components/ and node_modules/ and are referenced automatically in your project. Do not modify these directories. Note: These directories are not included in Git, and are excluded via .gitignore.

Build and development

To add dependencies, bower install --save [package] then grunt wiredep to ensure the dependency package is referenced by the project. By building with this method, all dependencies will get consolidated properly into the app at deployment using grunt build.

Run grunt serve for preview, make customizations only in the app/ folder, and grunt build to build a release candidate. Grunt will automatically change the dependency paths of all resources to an official CDN or a directory under dist/.

Deploy the dist/ directory to your web host.

Skills

Team

Similar projects

http://www.sandiegocounty.gov/parks/pmap_google.html

GitHub

https://github.com/opensandiego/sd-playgrounds-parks

How to Participate