Thanks for your interest in contributing! This UI uses Next.js with ShadCN UI. The theme provider is already set up.
git clone https://github.com/your-org/ui-repo.git
cd ui-repo
pnpm install
pnpm dev
We re using the ThemeProvider
from ShadCN, configured in app/layout.tsx
or providers.tsx
.
@/components/ui/
.npx shadcn-ui@latest add dialog
pnpm test
pnpm storybook
*If your project includes these tools
pnpm lint
pnpm format
@/components/ui
or @/lib
imports.🙏 Every contribution helps. Thank you!