gh repo fork jimmy-guzman/gitzy --clone
Use either nvm
or volta
to be in sync with node version
- with volta (recommended)
curl https://get.volta.sh | bash
pnpm install
- with nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
nvm use && pnpm
Run build and typechecking in watch mode
pnpm dev
Run tests in watch mode
pnpm test:watch
Run commit cli
pnpm cz