Supabase Local Development
Supabase Connection Test
Environment:Production/Remote
Status:
Testing connection...
Connection Instructions
1. Start Supabase
Start the local Supabase instance with the Supabase CLI:
npm run supabase:start
2. Run Next.js with Supabase Environment
Start Next.js with the Supabase environment variables:
npm run dev:supabase
3. Check Supabase Status
Check the status of your local Supabase instance:
npm run supabase:status
4. Test Supabase Connection
Test your connection from the command line:
npm run test:supabase
Stop Supabase
When you're done, stop the Supabase instance:
npm run supabase:stop