Skip to content

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

Terminal window
pnpm identity:install
pnpm identity:build

The build output is:

sites/identity-docs/dist

Local docs development

Terminal window
pnpm identity:dev

Astro serves the docs locally. This does not run the identity provider.

Deploy

Terminal window
pnpm identity:deploy

The deploy command builds the Astro site and then runs:

Terminal window
wrangler deploy --config sites/identity-docs/wrangler.jsonc

The configured custom domain route is:

identity.tctdx.com

Current 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.