a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

docs(xrpc-server): point to lex-cli folder instead of readme specifically

Mary 876770eb e66b40c3

+1 -1
+1 -1
packages/servers/xrpc-server/README.md
··· 5 5 ## quick start 6 6 7 7 this framework relies on schemas generated by `@atcute/lex-cli`, you'd need to follow its 8 - [quick start guide](../../lexicons/lex-cli/README.md#quick-start) on how to set it up. 8 + [quick start guide](../../lexicons/lex-cli) on how to set it up. 9 9 10 10 for this example, we'll define a very simple query operation, one that returns a message greeting 11 11 the name that's provided to it: