joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 261 forks source link

Missing shadcn/ui config file #17

Open Shashank03200 opened 1 year ago

Shashank03200 commented 1 year ago

ShadCN/UI has updated the installation process and provided a bunch of questions during initialization. A components.json must be configured and therefore should be provided in the project source code files for reference.

Thanks

Chandratand commented 1 year ago

I think you can run this command: "npx shadcn-ui init" to configure the file.

som-bit commented 1 year ago

Make sure to give the correct path for globals.css while configuring if you are using src as main directory or the entire app will crash.