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