Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.12 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. Install pnpm on your machine.
  4. In the repo, install dependencies via:
    pnpm i
  5. Voilà, you're ready to go!

Scripts

  • pnpm dev – runs jest, 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.