npm installCreate a .env.local file in the root directory and add the following environment variables:
# Chat API Configuration
NEXT_PUBLIC_BACKEND_URL=http://localhost:8002This configures the backend API URL for the chat functionality. Update the URL if your backend runs on a different host or port.
npm run devOpen http://localhost:3000 with your browser to see the result.
Deployment is managed on Vercel.