apollo/CONTRIBUTING.md
2022-05-03 17:10:22 +02:00

205 B

Contributing

Development setup

Install dependencies:

pnpm install

Go to a package in packages.

Build the library with watching:

pnpm run dev

Run tests:

pnpm run test