Testing implementation for private data in ATProto with ATPKeyserver and ATCute tools

Update README.md

Changed files
+3 -1
+3 -1
README.md
··· 102 102 bun run dev 103 103 ``` 104 104 105 - Then open: 105 + Then you can open: 106 106 - **Frontend**: http://127.0.0.1:5173 107 107 - **XRPC Server**: http://localhost:3000 108 108 ··· 123 123 # Type check all packages 124 124 bun run typecheck 125 125 ``` 126 + 127 + This has the advantage of being slightly easier to run, but logs will be slightly more cluttered. 126 128 127 129 ## Project Commands 128 130