Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 694 Bytes

This libray is open-source with MIT license. Contribution is highly appreciated!

Package manager

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.

Install dependencies

Once you have pnpm setup, run the following command to install dependencies.

pnpm install

Changeset

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