Skip to content

trycompai/design-system

Repository files navigation

Design System Monorepo

A Turborepo containing the design system component library and Storybook documentation.

Packages

  • @trycompai/design-system - React component library with Tailwind CSS
  • @comp/storybook - Storybook documentation and component playground

Getting Started

Install dependencies:

pnpm install

Development

Run Storybook:

pnpm storybook

This starts Storybook at http://localhost:6006

Commands

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

Building

Build all packages:

pnpm build

Build a specific package:

pnpm build --filter=@trycompai/design-system

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages