Quickstart
This docs site is separate from the identity provider runtime. It is an Astro Starlight static build served by Cloudflare Workers Assets.
Local build
pnpm identity:installpnpm identity:buildThe build output is:
sites/identity-docs/distLocal docs development
pnpm identity:devAstro serves the docs locally. This does not run the identity provider.
Deploy
pnpm identity:deployThe deploy command builds the Astro site and then runs:
wrangler deploy --config sites/identity-docs/wrangler.jsoncThe configured custom domain route is:
identity.tctdx.comCurrent Cloudflare blocker
The latest deploy attempt reached the tctdx cloud Cloudflare account, but the API token failed with authentication error 10000. The token needs permissions to deploy Workers and configure the custom domain route.