Manual progress tracking

Life OS

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 dev