combine next steps prompt for create
maybe we can have something like this:
◇ Next steps ──────────────────────────────────────────────────────────────╮
│ │
│ Getting started: │
│ 1: cd foo-bar │
│ 2: git init && git add -A && git commit -m "Initial commit" (optional) │
│ 3: pnpm run dev -- --open │
│ │
│ To close the dev server, hit Ctrl-C │
│ │
│ Integrations: │
│ drizzle: │
│ - You will need to set DATABASE_URL in your production environment │
│ - Run npm run db:push to update your database schema │
│ │
│ lucia: │
│ - Run npm run db:push to update your database schema │
│ - Visit /demo/lucia route to view the demo │
│ │
│ Stuck? Visit us at https://svelte.dev/chat │
│ │
├────────────────────────────────────────────────────────────────────────────╯
│
└ You're all set!