#WICit: Where to Shop with WIC
Check it out at findwic.com!
1 Install node.js and NPM (Node Package Manager)
2 Install grunt command-line on your machine: sudo npm install -g grunt-cli
3 Install the SASS compiler gem: gem install sass
4 Fork the repository and setup a local clone
5 Move into your local wicit directory: cd <yourdirectory>/wicit
6 Install server-side dependencies: npm install
7 Register your development application to receive a data portal API token.
8 Setup a Mapbox map to use in your development environment.
9 Copy the .env.dist
file to a file called .env
, and update the MAPBOX_ID
, MAPBOX_TOKEN
, and API_TOKEN
parameters in that file with your Mapbox map ID, Mapbox API token, and data portal API token.
10 Start the development server: grunt dev
11 Try it out
###License WICit is free software, and may be redistributed under the MIT-LICENSE.