Getting Started
Installing and setting up required components
1. Install Next Js
Create a new project
On installation You'll see these prompts
Start the development server
2. Install ShadCN
For Next Js
Create project
Run the init
command to create a new Next.js project or to setup an existing one:
You can use the -d
flag for defaults i.e new-york
, zinc
and yes
for the css variables.
You can now start adding components to your project. 🥳