npm i @apisuite/apisuite-common-components --saveCreate the new component, create the stories and visualize it with storybook.
npm i
npm run storybookTo build the package manually run
npm run buildor, to watch the project for changes and rebuilding it:
npm run build:watchTo release a new version use npm's version command.
For instance, to create a patch release, run:
npm version patchThis will build the project, increment the version's patch field, commit these new changes and tag the commit.