A CLI for scaffolding ATProto web applications
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update contributing instructions

+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