Contributing
Local development (Storybook)
npm i
npm run storybookStorybook runs at http://localhost:6006 and is the recommended way to develop and review components.
Library build (watch mode)
npm run devThis builds the package to dist/ and watches for changes.
Production build
npm run build