Welcome to the Vite project! Follow the instructions below to set up and run the project on your local machine.
Make sure you have the following installed before proceeding:
git clone <your-repo-url>
Replace <your-repo-url>
with the actual URL of your repository.
cd <project-folder>
Replace <project-folder>
with the actual folder name of your cloned repository.
npm install
npm run dev
This will start the Vite development server. You should see the local development URL in the terminal (e.g., http://localhost:5173/
).
To create an optimized build, run:
npm run build
The output will be generated in the dist
folder.
To preview the built project locally, run:
npm run preview
npm run lint
– Runs ESLint to check for code quality issues.npm run format
– Formats code using Prettier.
If you make any changes or improvements, feel free to submit a pull request!
This project is licensed under MIT License.