Configure scaffold
Full dashboard, auth UI, and user admin
Live commandDefault configuration applied
npx create-stackforge-app@1.5.1my-app -ydashboardPostgreSQLDocker includedDependencies installed
After scaffold
Run these from the generated project root.
Start Postgres from generated Compose before migrations
docker compose up -d postgresGenerate Prisma client and apply dev migrations
pnpm run db:setupRun from project root (watches contracts)
pnpm devCheck Node, pnpm, env, and paths
pnpm run doctor