Clone the repo git clone https://github.com/your-username/your-project.git Navigate into the directory cd your-project Install dependencies npm install Create a .env file based on .env.example cp .env.example .env Start the app (dev mode) npm run dev