Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(www): correct next.js cli command #6697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/www/content/docs/tailwind-v4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ I'm still working on the docs, but here's a quick guide to testing new projects:
1. Start a new project with Tailwind v4 and React 19:

```bash
pnpm create next-app@canary --tailwind --eslint --typescript --app --no-src-dir
npx create-next-app@canary --tailwind --eslint --typescript --app --no-src-dir
```

2. Init shadcn/ui. This will create your `components.json` and set up your CSS variables:
Expand Down