Disclaimer!!!#
this project is entirely vibecoded by sonnet 4.6 (except for the readme i made that myself), if you use this project i cannot guarentee that you will not suffer your pds admin password leaking, though i've attempted to manually make sure that it won't/can't get leaked.
this is a project specifically for my own selfish desires and i was too lazy to make it myself, you have been warned.
tea party#
this is a basic svelte frontend for a pds which displays repos/accounts on a specific pds and has invite code generation (for a semi-open pds). this is mostly server side rendered.
hosting#
did you read the disclaimer?
dependancies are:
bun
copy .env.example to .env and edit as needed
dev#
bun install
bun run dev
prod#
use the Dockerfile or:
bun install
bun run build
bun ./build/index.ts