@aider/ui
Installation
$ npm install --save @aider/ui
Development
$ git clone https://github.com/aidergroup/ui.git
$ cd ui
$ npm install
$ npm start # launch Storybook
Publishing
$ npm run release -- --release-as {major|minor|patch}
$ git push --follow-tags origin main
New versions are published to npm when a release is created on Github.