This is the frontend application for the School Transport System, a web-based platform designed to streamline the management of school transportation for children.
##Technology stack
- React
- Typescript
- Zod
- React Query
- Tailwind
dev
/start
- start dev server and open browserbuild
- build for productionpreview
- locally preview production buildtest
- launch test runner
- Clone the repository
git@github.com:DataIntegrated/schools-frontend.git
- Install dependencies
npm install
- Start the development server:
npm start
- Access the application on your web browser May vary for various reasons
We welcome contributions to enhance the application. If you would like to contribute, please follow these steps:
- Fork/Clone the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them.
- Submit a pull request with a detailed description of your changes.