Create Supabase project
Create a project, open SQL Editor, and run database/schema.sql.
The package runs without credentials, while accounts, uploads, moderation and cloud-saved data activate after Supabase is configured.
Create a project, open SQL Editor, and run database/schema.sql.
Copy .env.example to .env.local, then add the project URL, anon key, and service-role key.
In Supabase Auth URL settings, add your local and production callback URLs. Enable email/password authentication.
Run npm run seed:supabase. The script imports the package's campground and campsite records.
Sign up once, then change that profile's role to admin in the Supabase table editor.
Run npm run verify, then deploy to Vercel and add the same environment variables there.