Scratch space for learning atproto app development
1# AT Protocol Express App 2 3A demo application covering: 4 - public firehose ingestion 5 - identity and login with OAuth 6 - writing to the network 7 8## Getting Started 9### Development 10```sh 11pnpm i 12cp .env.template .env 13pnpm run dev 14# Navigate to http://localhost:8080 15```