Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 439 Bytes

Welcome

Important

This guide extends the core Guild contributing guide. If you haven't read it yet or recently (e.g. past year), please read it first.

Setup

  1. Use corepack: corepack enable
  2. Install packages: pnpm install
  3. Build packages: pnpm build

Tests

Integration