Sistema de gestión para clubes de conquistadores.
- React + Vite
- Supabase
npm install --prefix frontend
cp frontend/.env.example frontend/.env # then edit with your Supabase credentials
npm run devThe dev server runs from the frontend/ folder. You can also start it directly:
cd frontend && npm install && npm run devOpen http://localhost:5173/ in your browser.
See NETLIFY_DEPLOY.md for:
- Netlify build settings (
netlify.tomlincluded) - Required environment variables
- Supabase Auth URL configuration
- Security checklist (RLS, keys, headers)
Quick summary: connect the repo to Netlify, name the site teofila (→ https://teofila.netlify.app), set VITE_SUPABASE_URL and VITE_SUPABASE_KEY (anon/publishable key only), configure Supabase Auth redirect URLs, and deploy.