Step 1. Install dependencies npm install Step 2. Set up environment variables cp .env.example .env Set the NEXT_PUBLIC_API_URL environment variable to the URL of your API server. Example: NEXT_PUBLIC_API_URL=http://localhost:3000/api Step 3. Run the development server npm run dev