Website
Lets get started by setting up our project
Install NextJS
NextJS is a Framework that make building websites super easy and works very well with Vibe coding.
To Install just run the command below in your Terminal
npx create-next-app@latestFollow the instruction on the screen (choose Recomended setiings)
Install Shadcn
Shadcn is a Non branded design system which is a great starting point for building or implementing your design system.
To Install just run the command below in your Terminal
cd your-project-nameThe above commands open the project you just generated
npx shadcn@latest createThe above command installs Shadcn to your project
Start Claude
claudeThis will open claude and you can prompt your way to building anything.
Pro Tip
Run Initiation to let claude have context of your project. This saves you a ton of credits.
/initLast updated on