How to set up brijr/components

Want to use a starter? Check out the brijr/starter


Step 1: Create a Next.js application

npx create-next-app@latest my-app --typescript --tailwind --eslint

Step 2: Install brijr/craft (this will also install shadcn/ui)

npx brijr-craft@latest init

Step 3: Copy and Paste components from the homepage into your component folder to get started!