forked from
pds.ls/pdsls
atmosphere explorer
1# PDSls - Atmosphere Explorer
2
3Lightweight web app to navigate [atproto](https://atproto.com/).
4
5## Hacking
6
7You will need `node` and `pnpm` to get started:
8
9```
10pnpm i # install deps
11pnpm dev # runs local dev server
12pnpm build # bundles the production app
13pnpx wrangler pages dev # runs worker locally
14```
15
16Set `APP_DOMAIN` (default: `pdsls.dev`) and `APP_PROTOCOL` (default: `https`) to configure the base URL used in the generated OAuth and OpenSearch metadata files.