Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 708 Bytes

File metadata and controls

33 lines (21 loc) · 708 Bytes

ShieldedShell docs site

Astro + Starlight documentation for shieldedshell.com.

Develop

npm install
npm run dev

Open localhost:4321.

Build

npm run build
npm run preview

Output: dist/.

Deploy

Cloudflare Pages (production): connect the repo root. Cloudflare sets CF_PAGES=1, so root npm run build builds only the Starlight site into website/dist. Set output directory to website/dist and Node 22. wrangler.toml pins the output path.

Other hosts: use npm run website:build and publish website/dist.

From monorepo root:

npm run website:build