Skip to content

Latest commit

History

History
23 lines (15 loc) 路 193 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) 路 193 Bytes

Contributing

Development setup

Install dependencies:

pnpm install

Go to a package in packages.

Build the library:

pnpm run build

Run tests:

pnpm run test