- Clone this project to your local machine
- Run
npm installto install all requirements for front-end - Run the front-end using this command:
npm run dev - Your app would be running at http://localhost:5173
If you face any error while installing node packages, this may be due to a version mismatch with the project dependencies and your local packages. Try this command to install it again
npm install --legacy-peer-deps
For any issues, suggestions, feedbacks or new contributions, please open an issue on this GitHub repo.