JS lib that contains a set of react components and hooks to provide building blocks for interacting with the Boson Protocol.
npm install @bosonprotocol/react-kitimport { hooks, CommitButton } from "@bosonprotocol/react-kit";
// TODOInstall dependencies if you haven't already by running in the root of this monorepo
npm ciBuild the sdks of this monorepo by running in the root
npm run buildStart the storybook
npm run storybook