···11+# Rivet PDS
22+33+An [ATProto](https://atproto.com) PDS written on top of [Rivet](https://rivet.dev) actors.
44+55+## Running
66+77+```
88+$ pnpm i
99+$ pnpm start
1010+ RivetKit 2.1.6 (File System - Runner)
1111+ - Inspector: http://127.0.0.1:6420/ui/
1212+ - Actors: 1
1313+ - Data: /home/zicklag/.local/share/rivetkit/rivet-pds-7e2a2e69
1414+ - Instances: 1
1515+```
1616+1717+You can hit the Rivet UI to play with the actor using the rivet explorer by following the URL.
+3
main.ts
···11+import { registry } from "./registry.ts"
22+33+registry.startRunner();