Files
apollo/CONTRIBUTING.md
T

193 B

Contributing

Development setup

Install dependencies:

pnpm install

Go to a package in packages.

Build the library:

pnpm run build

Run tests:

pnpm run test