A minimal AT Protocol Personal Data Server written in JavaScript.
atproto pds

docs: update repository URL to tangled.org

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

+1 -1
+1 -1
README.md
··· 25 25 ## Quick Start (Node.js) 26 26 27 27 ```bash 28 - git clone https://github.com/your/pds.js 28 + git clone https://tangled.org/chadtmiller.com/pds.js 29 29 cd pds.js && npm install 30 30 npm run dev:node 31 31 npm run setup -- --pds http://localhost:3000