#WICit: Where to Shop with WIC
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.distfile to a file called.env, and update theMAPBOX_IDandMAPBOX_TOKENparameters 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.