Welcome to Your New Site

Your site is ready to be configured. Complete the setup steps below to get started.

1

Run Database Migrations

Execute the Supabase migrations to create the required tables.

npx supabase db push
2

Seed Initial Data

Populate channels, navigation, and other default content.

npx ts-node scripts/seed-users.ts
3

Create Homepage

Use the admin panel to create and publish your homepage.

Powered by Next.js + Supabase