Cloud Run Hackathon 2025 - AI Agents Category
- React 19 + TypeScript
- Tailwind CSS
- React Router
- Modern responsive UI
- Real-time analysis progress
- Video playback with issue markers
- Comprehensive results display
npm install
npm start# Update backend URL
echo "REACT_APP_API_URL=https://your-backend-url.run.app" > .env.production
# Deploy
gcloud run deploy biome-frontend --source . --region us-central1 --allow-unauthenticatedREACT_APP_API_URL: Backend API URL
You can update UI anytime and redeploy in 5-10 minutes:
git commit -am "ui: Improvements"
gcloud run deploy biome-frontend --source .