Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.43 KB

js-standard-style

Food Trucks :: Consumer UI

Displays where food trucks so consumers can get some food.

VMS Easy setup development environment

Use these instructions to setup a temporary* development environment of this project.

  1. Fork this repository
  2. Create a new Virtual Machine >> SSH in >> Run vms quick install:
    1. export GHUSER='AnthonyAstige' (Replace AnthonyAstige with your username)
    2. curl -L -o- https://rawgit.com/$GHUSER/foodtrucks/master/consumer-ui/bin/vmsquickinstall.sh | bash
  3. Run app
    1. (cd ~/foodtrucks/consumer-ui && ./bin/serve)
    2. Load http://{vms-ip}:3000 in your browser
    3. 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.

Development Notes

Misc