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 install
this repo's folder. - Run
npm run dev
to start a local server. You may be asked to login to Cloudflare. - Browse to
http://localhost:8787/list
to ensure you see the expected buckets.
- You can make your own buckets tied to your own Cloudflare account or you can request a
.dev.vars
file. - 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.