Fork of atp.tools as a universal profile for people on the ATmosphere
at main 13 lines 264 B view raw view rendered
1# ATProto Toolkit 2 3This is a web-based toolkit for viewing and working with ATProto data. 4 5>[!WARNING] This is a work in progress and clearly not ready for use. 6 7## Development 8 9This is a React project using the Vite bundler. 10```bash 11pnpm install 12pnpm run dev 13```