An ATProto PDS running on Rivet?
0
fork

Configure Feed

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

docs: update starting instructions in README.

Zicklag 8fc98082 4a98b9cb

+19 -5
+19 -5
README.md
··· 4 4 5 5 ## Running 6 6 7 + Install dependencies: 8 + 7 9 ``` 8 - $ pnpm i 9 - $ pnpm start 10 + pnpm i 11 + ``` 12 + 13 + In one terminal start the Rivet runner. 14 + 15 + ``` 16 + $ pnpm runner 10 17 RivetKit 2.1.6 (File System - Runner) 11 18 - Inspector: http://127.0.0.1:6420/ui/ 12 - - Actors: 1 19 + - Actors: 2 13 20 - Data: /home/zicklag/.local/share/rivetkit/rivet-pds-7e2a2e69 14 - - Instances: 1 21 + - Instances: 4 15 22 ``` 16 23 17 - You can hit the Rivet UI to play with the actor using the rivet explorer by following the URL. 24 + In another terminal start the gateway. 25 + 26 + ``` 27 + $ pnpm gateway 28 + Listening on http://localhost:3000 29 + ``` 30 + 31 + Now you can hit the PDS on localhost:3000