A CLI for scaffolding ATProto web applications

docs: update contributing instructions

besaid.zone ac7c45ea 8b96a623

verified
+2 -1
+2 -1
CONTRIBUTING.md
··· 3 3 - Clone the repository 4 4 - This repository uses PNPM so make sure you have that installed 5 5 - Run `pnpm install` 6 - - Run `pnpm dev init` to run the CLI in dev mode 6 + - Run `pnpm dev` to run the bundler in watch mode 7 + - In another terminal, run `pnpm start init` to run the CLI 7 8 8 9 ## Commit Messages 9 10