Getting Started
Run the template, update the site, and deploy it.
Install dependencies
pnpm installStart the local site
pnpm devUpdate site identity
Update src/site.config.ts, wrangler.jsonc, and assets in public/.
Validate and deploy
pnpm check
pnpm deployContent conventions
Add pages under content/ and use meta.json to control navigation:
index.mdx
getting-started.mdx
meta.json
Last updated on