Here's the markdown content for setting up and running a project locally:
# Project Setup and Running Locally
## Prerequisites
Make sure you have the following installed on your machine:
- Node.js (version 14.x or higher)
- npm (version 6.x or higher)
## Step 1: Clone the Repository
Clone the repository to your local machine using the following command:
```sh
git clone https://github.com/your-username/your-repo-name.git
Change your working directory to the root of the project and install the project dependencies using npm:
cd your-repo-name
npm install
Note: Node.js should be installed on your PC.
Start the development server:
npm run dev
Your application should now be running on http://localhost:5173.