This folder contains documentation for the Browser Cash platform: Dashboard, Lisa (Cloudflare Worker), Tron (Agents), and the Billing Worker.
- Start at
docs/index.mdxfor an overview - See
docs/quickstart.mdxto configure env, deploy Workers, and run Tron - See
docs/development.mdxfor local dev - See
docs/api-referencefor key endpoints
We use Mintlify for the docs site. To preview the docs locally:
npm i -g mint
mint dev
Open http://localhost:3000.
index.mdx— overview + flowquickstart.mdx— setup and first rundevelopment.mdx— local development for each serviceapi-reference/— endpoint overview