Dark Alley Admin is the API used to store and retrieve files and details from the Dark Alley content repository.
You can read the official API docs here: https://docs.da.live
- Node 20+
- Clone this repo to your computer.
- In a terminal, run
npm installthis repo's folder. - Run
npm run devto start a local server. You may be asked to login to Cloudflare. - Browse to
http://localhost:8787/listto ensure you see the expected buckets.
- You can make your own buckets tied to your own Cloudflare account or you can request a
.dev.varsfile. - Cloudflare KV, which is used for org properties and session login info is locally stored when developing locally. You will need to make your own local KVs to test against.