Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 656 Bytes

File metadata and controls

36 lines (24 loc) · 656 Bytes

Contributing Guide

Before you start contributing, please take a moment to:

  1. Read through this guide
  2. Familiarize yourself with our codebase
  3. Check out our issue tracker for open tasks
  4. Join our community discussions

Developing

Local Development

  1. Clone the repo.
git clone https://github.com/spurintel/javascript
  1. Enable pnpm.
corepack enable pnpm
  1. Install dependencies. This repo uses pnpm workspaces, so you should always run pnpm install from the root of the monorepo. This will install dependencies for all packages.
pnpm install
  1. Build all packages.
pnpm build