Follow the steps below to set up and run the project locally.
Install all required packages using npm:
npm installStart the local development server:
npm run devThe app will be available at the local development URL shown in your terminal.
Create an optimized production build:
npm run buildThe production-ready files will be generated inside the ./dist/ directory.