Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 240 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 240 Bytes

Contributing

Set up

Git clone the repo.

git clone git@github.com:ohbug-org/ohbug.git

Install dev deps.

pnpm i

Build

pnpm build

Dev

pnpm dev

Test

pnpm test