Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 448 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 448 Bytes

Getting Started

This package uses pnpm. To install pnpm run npm i -g pnpm.

Please use fnm or another node manager and make sure you are on node 20.

This project runs on latest node. But compiles backwards for LTS support.

Install dependencies

pnpm install

Building

This monorepo is managed by nx which efficiently will rebuild the app based on file changes.

Build the entire repo

nx run-many -t build