This project uses vite to set up the project.
To start the project clone the repository.
git clone <repository>Then run the following command to install dependencies.
npm installThen run the following command to start the project.
npm run devThen you can visit the project in your browser.
To create a production build run the following command.
npm run buildThen you can view the build in your browser by running the following command.
npm run preview