# Web Client Application Next.js web application for GoodGo Platform Client Portal. ## Features - Next.js 14 with App Router - TypeScript - Tailwind CSS - Zustand for state management - API integration with auth service ## Development ```bash # Install dependencies pnpm install # Start development server pnpm dev # Build for production pnpm build # Start production server pnpm start ``` ## Environment Variables - `NEXT_PUBLIC_API_URL` - API base URL (default: http://localhost/api/v1)