Installation
How to install dependencies and structure your app.
Create a new project
If you are creating a new project, you can follow the instructions here. In its simplest form, for a Next.js project, simply run the following command.
npx shadcn@latest init
Start the app
cd my-app
npm run dev