A WIP project that interprets GTFS data to showcase the timetable and live positions of public transport vehicles.
More info in this README coming soon!
Make sure to install dependencies:
bun installStart the development server on http://localhost:3000:
bun run devAlthough I have turned HMR off, the nature of the development server is that it can sometimes have some weird side effects. If anything goes weird either hard refresh or close and reopen the tab. I am trying to investigate why it happens!
This project is unable to build for production due to nuxt/nuxt#33884
Build the application for production:
bun run buildLocally preview production build:
bun run preview