- Node.js (v18 or later recommended)
- npm (comes with Node.js)
You can check if they are installed by running:
node -v npm -v
Clone the repository:
bash git clone
Move into the project directory:
bash cd project-name
Install all required dependencies:
bash npm install
## Running the Project
Start the development server:
bash
npm run dev
After the server starts, you'll see an output similar to:
Local: http://localhost:5173/
Open the URL in your browser to view the application.