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 craft-ds (this will also install shadcn/ui)
npx craft-ds@latest init
- (if you want dark mode) Add a
ThemeProvider
andModeToggle
by following these steps: Adding dark mode to your next app