Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.14 KB

Contributing

Welcome, and thanks for your interest in contributing! Please take a moment to review the following:

Style Guide

Getting Started

Setup

  1. Fork the repo and clone to your machine.
  2. Create a new branch with your contribution.
  3. In the repo, prior to any other installation steps, run:
    corepack enable
  4. Install dependencies:
    pnpm i
  5. Voilà, you're ready to go!

Scripts

  • pnpm dev – runs vitest, watching for file changes
  • pnpm build – production build
  • pnpm tsc – type checks
  • pnpm test

Releases

A trade-off with using a personal repo is that permissions are fairly locked-down. In the mean-time releases will be made manually by the project owner.