This is the [old] official homepage for the FoodTruckNerdz web implementation.
https://foodtrucknerds.github.io/FoodTruckNerdzSite
FoodTruckNerdz is a service to track food trucks and provide bookmarking to customers of those food trucks. Our companion App for Android and iOS allows food trucks to report their location with a Check-In and a background service that monitors their location during service hours.
- Clone with
git clone
command, VSCode's source control plugin, GitHub desktop, Gittyup, or another git client. It is recommended to set it up in VSCode, regardless of whether you also use GitHub desktop or Gittyup for different UX/UI. - Set up Tailwind.css
- Open files in VSCode or another code editor.
- Preview the site by opening the HTML files in your browser. Making changes in the file requires refreshing the page. If you want to avoid page refreshes, preview the site with
Live Server
feature in VSCode (or a comparable tool in any coding environment).