A react web app that offers daily ferry transportation, ferry on hire and logistic services. It contains self-service, salespoint interface for onsite services and two-tier admin dashboard for sales overview and monitoring.
Vite build infrastructure
Shadcn and MaterialUI component library
Axios HTTP client
Tanstack data management and tables
To develop all apps and packages, run the following command:
npm install
npm run dev
To build all apps and packages, run the following command:
npm run build