Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 477 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 477 Bytes

Contributing guide

Prerequisites

This repository uses turborepo with pnpm.

The best way to get [pnpm] is by enabling corepack:

# install corepack for Node.js before 14.19.0 and 16.9.0 to use pnpm
npm install -g corepack

# enable pnpm with corepack
corepack enable

# or install pnpm directly
npm install -g pnpm

Setup

# setup repository
pnpm install