This project manages and publishes a few npm packages to the Github Package Registry under the @showbie scope.
Development
Install the proper Node version and install dependencies:
# https://github.com/nvm-sh/nvm
nvm use
yarn installDont' have `yarn` installed?
If yarn doesn't work, try enabling corepack:
Build
To build the entire project:
Each package should have its own README so be sure to check those out.
Changelog
This project uses changesets to manage the changelog. This is integrated into Github actions and when you create a PR it will give you instructions on how to create a changeset, which is required for each PR.