The React/Next.js frontend for the AI Interior Decorator application.
- Framework: Next.js 16 (App Router)
- Styling: Tailwind CSS
- State: Zustand
- Motion: Framer Motion
-
Install Dependencies
npm install
-
Run Development Server
npm run dev
Open http://localhost:3000.
-
Build for Production
npm run build npm start
Ensure the backend service is running on http://localhost:8000.
Configure NEXT_PUBLIC_API_URL in .env if different.