Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 750 Bytes

File metadata and controls

34 lines (20 loc) · 750 Bytes

PRs are always welcome.

First, please read our Code of Conduct.

If you have any questions please reach out to us on Discord in the #contribute channel.

Installation

You'll need, at minimum, node 22 and pnpm 10+ installed.

We recommend using fnm to manage node versions. If you use fnm with corepack you can run corepack enable to enable pnpm and you should be good to go.

Install the dependencies:

pnpm install

build:

pnpm build

test:

pnpm test

Varlock

For more information on varlock, please see the main varlock repository.