A Turborepo containing the design system component library and Storybook documentation.
@trycompai/design-system- React component library with Tailwind CSS@comp/storybook- Storybook documentation and component playground
Install dependencies:
pnpm installRun Storybook:
pnpm storybookThis starts Storybook at http://localhost:6006
| Command | Description |
|---|---|
pnpm storybook |
Start Storybook dev server |
pnpm build |
Build all packages |
pnpm typecheck |
Type check all packages |
pnpm lint |
Lint all packages |
pnpm test |
Run tests |
pnpm format |
Format code with Prettier |
Build all packages:
pnpm buildBuild a specific package:
pnpm build --filter=@trycompai/design-system