- Getting Set up
- Building Samples and Packages
- Running a Sample or Storybook
- Testing your changes
- Writing unit tests
- Submitting a PR
- Having your changes published
Once your PR has completed your changes are ready to be published in a new version! We do manual publishes of new package versions semi-regularly, as well as alpha packages nightly. If you are looking to test your changes as soon as possible in your app we recommend installing the alpha version and verifying your changes before we release a new non-alpha version of the package.
We aim to publish new versions of the packages every 2-8 weeks once an appropriate alpha version has been fully tested.
We publish new alpha versions nightly to npm. These can be installed and tested as soon as they are published.
- Previous: Submitting a PR