docsFrontend GuideNext.jsSetupFrontend Setup (Next.js) 1. Navigate to frontend cd frontends/next-js-starter 2. Install dependencies npm install # or yarn install 3. Start the app npm run dev # or yarn dev Open in browser: http://localhost:3000UsageOverview