-
Install dependencies:
npm install
-
Copy the example environment file and update as needed:
cp .env.example .env
Edit
.envwith your environment values. See.env.examplefor required variables. -
Start the local development server:
npm run dev
The app will be available at the URL shown in the terminal (typically http://localhost:5173).