After cloning this repository, follow these steps to set up and run the project:
This project uses npm as the package manager.
npm installTo start the app in development mode and open it in your browser:
npm run devThe development server should start, and you can view the app at http://localhost:3000 (or the port indicated in your terminal).
To create an optimized production build, run:
npm run buildThe build output will be in the dist/ directory.
To preview the built app locally:
npm run previewnpm run test:uior, if option to run simple without ui support:
npm run test