A web-based chat application with webhook integration, user authentication, and theme customization.
-
Run setup:
./setup.sh
-
Configure environment:
Create a
.envfile in the project root and set the API base URL used by the frontend:REACT_APP_API_BASE_URL=<BACKEND_URL>
Replace the URL with your backend's address if different.