Before you start contributing, please take a moment to:
- Read through this guide
- Familiarize yourself with our codebase
- Check out our issue tracker for open tasks
- Join our community discussions
- Clone the repo.
git clone https://github.com/spurintel/javascript- Enable
pnpm.
corepack enable pnpm- Install dependencies. This repo uses pnpm workspaces, so you should always run
pnpm installfrom the root of the monorepo. This will install dependencies for all packages.
pnpm install- Build all packages.
pnpm build