๐Ÿ› ๏ธ Contributing to the UI Repo

Thanks for your interest in contributing! This UI uses Next.js with ShadCN UI. The theme provider is already set up.

๐Ÿงฑ Project Structure

. โ”œโ”€โ”€ app/ # Next.js app directory (App Router) โ”œโ”€โ”€ components/ # Reusable UI components (e.g., Button, Input) โ”œโ”€โ”€ styles/ # Global styles and Tailwind config โ”œโ”€โ”€ lib/ # Utility functions or hooks โ”œโ”€โ”€ theme.config.ts # ShadCN theme setup โ””โ”€โ”€ ...

๐Ÿš€ Getting Started

git clone https://github.com/your-org/ui-repo.git
cd ui-repo
pnpm install
pnpm dev

๐ŸŒˆ Theming (ShadCN)

We re using the ThemeProvider from ShadCN, configured in app/layout.tsx or providers.tsx.

๐Ÿงฉ Adding Components

npx shadcn-ui@latest add dialog

๐Ÿงช Testing & Storybook

pnpm test
pnpm storybook

*If your project includes these tools

๐Ÿงผ Formatting & Linting

pnpm lint
pnpm format

โœ… Pull Request Checklist

๐Ÿ™ Every contribution helps. Thank you!