Skip to content

janester/wicit

 
 

Repository files navigation

#WICit: Where to Shop with WIC

This README has recently changed! Be sure to set up a Mapbox map for your development environment.

The California deployment of WICit is live! Check it out at findwic.com!

###Setup (Mac)

  • Install node.js and NPM (Node Package Manager)
  • Install grunt command-line on your machine: sudo npm install -g grunt-cli
  • Install the SASS compiler gem: gem install sass
  • Fork the repository and setup a local clone
  • Move into your local wicit directory: cd <yourdirectory>/wicit
  • Install server-side dependencies: npm install
  • Setup a Mapbox map to use in your development environment.
  • Copy the .env.dist file to a file called .env, and update the MAPBOX_ID and MAPBOX_TOKEN parameters in that file with your Mapbox map ID and API token.
  • Start the development server: grunt dev
  • Try it out

###License WICit is free software, and may be redistributed under the MIT-LICENSE.

About

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors