Vite + React app. See the root README for the full quickstart.
bun install
bun dev # :5274 — proxies /transcribe to localhost:8000No .env needed for local dev. The Vite dev server proxies API calls to the
backend automatically. Set VITE_API_URL only for production (Vercel).
| Variable | Required | Description |
|---|---|---|
VITE_API_URL |
prod only | Backend base URL (HF Space endpoint) |
Push to Vercel. Set VITE_API_URL to your Hugging Face Space URL in the
Vercel project settings.