docsFrontend GuidenextjsSetupFrontend Setup (Next.js) 1. Navigate to frontend cd frontend 2. Install dependencies npm install # or yarn install 3. Start the app npm run dev # or yarn dev Open in browser: http://localhost:3000SetupUsage