Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 656 Bytes

File metadata and controls

28 lines (20 loc) · 656 Bytes

Realmroot Website

Official website, blog, and documentation for Realmroot.

Built with Astro and Starlight. Marketing pages live in src/pages, blog posts in src/content/blog, and product documentation in src/content/docs.

Development

pnpm install
pnpm dev

Build

pnpm check
pnpm build
pnpm deploy:dry-run

Deployment

Cloudflare Workers Builds deploys this repository to the existing realmroot-website Worker. Keep the Worker name aligned with wrangler.jsonc when configuring the Git integration; the GitHub repository name is website, but it is not the Worker name.