Make sure you have the following installed:
-
Node.js (v18 or newer recommended)
-
npm (comes with Node.js)
# Clone the repository
git clone <your-repo-url>
# Navigate into the project directory
cd <project-folder>
# Install dependencies
npm install
# Start the development server
npx vite
After running the server, open your browser and navigate to:
http://localhost:5173