Contributing Set up development environment Install dependencies: yarn Start dev server Start package build in watch mode and Storybook dev server: yarn start Publish package Using CI (preferred) bumpversion patch # minor|major|patch git push origin master --tags From local machine Build package and publish to NPM: yarn package:publish