We welcome your help to make this component better. This document will help to streamline the contributing process and save everyone's precious time.
This component has been setup with React CDK. Refer React CDK documentation to get started with the development.
We are going on standard.js
See feross/standard.
Run yarn storybook
.
We use storybook-deployer
Run yarn publish-storybook
to deploy storybook on gh-pages branch.
- Update CHANGELOG.md.
- Run
yarn version --new-version <version>
- Publish:
yarn publish