Update .env with your DATABASE_URL (PostgreSQL) and S3_* credentials.
Pick a strong SESSION_SECRET.

bun run db:generate
bun run db:migrate
bun run db:seed

The first account you register becomes the admin.
