- Create a Supabase project at supabase.com.
- Retrieve your production Supabase URL and API key from the project settings.
Update your .env file with the production Supabase credentials:
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_KEY=your-production-anon-keyApply migrations to your production Supabase database using:
supabase link
supabase db pushRun the following command to create a production build:
yarn buildYou can use any static file server or hosting platform to deploy your build.