this repo has no description
atproto
at main 17 lines 314 B view raw view rendered
1# carproto 2 3this is some more vibecode garbage SLOP but it does work and that's what matters I guess 4 5To install dependencies: 6 7```bash 8bun install 9``` 10 11To run: 12 13```bash 14bun run index.ts 15``` 16 17This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.