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```bash11pnpm install
12pnpm run dev
13```