This is the old homepage for the FoodTruckNerdz web implementation. It is replaced by ftn-site-vercel.
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.
To run locally:
- Clone with
git clonecommand, 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 using either of the following copies of instructions:
- 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 Serverfeature in VSCode (or a comparable tool in any coding environment).
For comprehensive documentation including architecture details, API references, and deployment information, see the Antora documentation. Note that this README is self-contained and contains all essential information needed to understand and work with this project.