Settings
Project setup, database, and theme readiness.
Local setup
Configure PostgreSQL in .env, run migrations, seed test data, then start the app.
pnpm installpnpm prisma migrate devpnpm prisma db seedpnpm devManual progress tracking
Project setup, database, and theme readiness.
Local setup
Configure PostgreSQL in .env, run migrations, seed test data, then start the app.
pnpm installpnpm prisma migrate devpnpm prisma db seedpnpm dev