Add build:prod/beta webroot scripts, Gitea CI/deploy workflows, and bake API URLs from REACT_APP_* so hosts can deploy via server-infra like dta_webapp.
## Summary - Add Jest/RTL unit tests for data models, Card, Footer, CustomTextField/PasswordField, CustomToastMessage, ConversationCard, AuthContext, and SignIn - Remove the broken CRA `App.test.tsx` placeholder that expected "learn react" - Add `npm run test:ci` for non-interactive CI runs Closes #11 ## Test plan - [ ] `cd llm-fe && npm install` - [ ] `npm run test:ci` — expect 9 suites / 32 tests passing Reviewed-on: #14