Store your runs on ATProto
at main 20 lines 385 B view raw view rendered
1# ProtoRuns 2 3Store your runs using ATProto! Log in with your bluesky handle (sorry) and start 4saving and retrieving your runs. 5 6Demo available 7at:[https://mapped.wilhelmb.workers.dev](https://mapped.wilhelmb.workers.dev) 8 9# Local development 10 11```sh 12# install dependencies 13pnpm install 14 15# start dev server 16pnpm dev 17 18# for local oauth: 19cloudflared tunnel --url http://localhost:5173 20```