chore(web): improve docs

This commit is contained in:
Aman Varshney
2025-08-09 22:23:07 +05:30
parent 38403fe863
commit 52d2af5184
17 changed files with 986 additions and 369 deletions

View File

@@ -39,17 +39,17 @@ Skip prompts and use the default stack:
<Tabs items={['bun', 'pnpm', 'npm']}>
<Tab value="bun">
```bash
bun create better-t-stack@latest my-app --yes
bun create better-t-stack@latest --yes
```
</Tab>
<Tab value="pnpm">
```bash
pnpm create better-t-stack@latest my-app --yes
pnpm create better-t-stack@latest --yes
```
</Tab>
<Tab value="npm">
```bash
npx create-better-t-stack@latest my-app --yes
npx create-better-t-stack@latest --yes
```
</Tab>
</Tabs>
@@ -255,6 +255,7 @@ See the full list in the [CLI Reference](/docs/cli). Key flags:
- `--orm`: drizzle, prisma, mongoose, none
- `--api`: trpc, orpc, none
- `--addons`: turborepo, pwa, tauri, biome, husky, starlight, none
- `--addons`: turborepo, pwa, tauri, biome, husky, starlight, fumadocs, ultracite, oxlint, vibe-rules, none
- `--examples`: todo, ai, none
## Next Steps