Displays where food trucks so consumers can get some food.
Use these instructions to setup a temporary* development environment of this project.
- Fork this repository
- Create a new Virtual Machine >> SSH in >> Run vms quick install:
export GHUSER='AnthonyAstige'
(Replace AnthonyAstige with your username)curl -L -o- https://rawgit.com/$GHUSER/foodtrucks/master/consumer-ui/bin/vmsquickinstall.sh | bash
- Run app
(cd ~/foodtrucks/consumer-ui && ./bin/serve)
- Load http://{vms-ip}:3000 in your browser
- Edit a file >> restart ./bin/serve >> see changes in your browser
*For a permanent development environment we recommend you read the referenced script above to install locally.
- Don't work directly on the gh-pages branch
git subtree push --prefix=consumer-ui https://github.com/codeforeauclaire/foodtrucks.git gh-pages
- Mapping via Leaflet http://leafletjs.com/
- http://leafletjs.com/examples/mobile.html
- Data: Static json data that will run
- UI Components via JQuery Mobile
- Original draw.io mockup from mar 28th 2016 C4EC hack night
- General Specs