Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 356 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 356 Bytes

Contributing

This monorepo project is managed by pnpm workspaces

In the root, install the dependencies with:

pnpm install

Run the storybook server to start developing UI components

pnpm dev:storybook

To build the library with tsup run the following command from the root of the project:

pnpm build:lib