shadcn install with T3 stack

Following the command on their site (https://ui.shadcn.com/docs/installation/next) pnpm dlx shadcn-ui@latest init install removes options that create t3 app does (for example changes to tailwind.config.ts). How do you guys properly integrate shadcn into your t3app?
Install and configure Next.js.
Solution
create-t3-app integrates with shadcn in a turbo monorepo setup: https://github.com/t3-oss/create-t3-app

The monorepo setup won't be necessary for you, but you should be able to pattern match off how the ui package is setup there I would think.
GitHub
The best way to start a full-stack, typesafe Next.js app - GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app
Was this page helpful?