This libray is open-source with MIT license. Contribution is highly appreciated!
This repository uses pnpm as the package manager. If you don't have pnpm installed, you can install it with npm:
npm install -g pnpm
Read more about pnpm here.
Once you have pnpm setup, run the following command to install dependencies.
pnpm install
This repository uses changesets to manage versioning and changelog.
Every pull request should have a changeset associated with it. To create a changeset, run the following command:
pnpm changeset