A zero-dependency AT Protocol Personal Data Server written in JavaScript
atproto pds

docs: add prerequisites section to README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+8
+8
README.md
··· 4 4 5 5 > ⚠️ **Work in progress** - This is experimental. You probably shouldn't use this yet. 6 6 7 + ## Prerequisites 8 + 9 + - Node.js 18+ 10 + - [shfmt](https://github.com/mvdan/sh) (optional, for `npm run format`) 11 + ```bash 12 + brew install shfmt 13 + ``` 14 + 7 15 ## Quick Start 8 16 9 17 ```bash