This project manages and publishes a few npm packages to the Github Package Registry under the @showbie
scope.
Install the proper Node version and install dependencies:
# https://github.com/nvm-sh/nvm
nvm use
yarn install
Dont' have `yarn` installed?
Note, if you don't have yarn
, simply install v1 from npm (this project has not been updated to modern yarn):
npm install -g yarn
To build the entire project:
yarn build
Each package should have its own README so be sure to check those out.
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.
# tl;dr
yarn changeset