Brief description of your project.
Before starting, make sure you have Node.js installed. Then run the following command to install the dependencies:
bash
npm install
Development Mode
To start the project in development mode (redaction mode), use the command:
bash
npm run dev
Build Project
To create a production build using Vite, use the command:
bash
npm run build
Preview Build
To preview the production build, use the command:
bash
npm run preview