This folder is designed to be pushed to its own GitHub repo and deployed independently.
cd frontend
npm install
# create .env.local from env.example
npm run devEnv template: env.example
NEXT_PUBLIC_API_BASE_URL:https://web-production-9491d.up.railway.app(hardcoded inlib/api.ts)
/auth: Login + Signup (matches Streamlit auth gate)/landing: Landing page (ported from Streamlit, with added medical emoji background as requested)/dashboard: Dashboard with tabs (Patients / ADR Predictions / Explainability / Bias Audit / Workflow Efficiency)