Development Setup Install packages with, bun install Setup Database Start the postgres container. Make sure to populate .dockerenv. bun db:start Push schema changes to database. bun db:migrate:deploy Generate prisma definitions. bun db:generate