Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 438 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 438 Bytes

Tetra ⍜ ⍚

Style guide and UI components for Chromatic's docs and marketing sites. https://tetra.chromatic.com

Install

pnpm add @chromatic-com/tetra

Developing

Watch and rebuild code with tsup and runs Storybook to preview your UI during development.

pnpm run storybook

Building

Build package with tsup for production.

pnpm run build