Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 783 Bytes

CONTRIBUTING.md

File metadata and controls

55 lines (36 loc) · 783 Bytes

Getting Started

Fork and Clone

Github Cli

gh repo fork jimmy-guzman/gitzy --clone

or traditional fork a repo

Install

Use either nvm or volta to be in sync with node version

  • with volta (recommended)
curl https://get.volta.sh | bash
pnpm install
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
nvm use && pnpm

Scripts

Run build and typechecking in watch mode

pnpm dev

Run tests in watch mode

pnpm test:watch

Run commit cli

pnpm cz