Foundation
Installation
Install dependencies and run the wiki locally.
Use Node >=22.12.0 and pnpm for all project scripts.
Quick setup
- Install dependencies with
pnpm install. - Start development mode with
pnpm dev. - Open the local URL printed by Astro.
Build commands
pnpm build: static build + search index generation + budget report.pnpm preview: preview the latest build output.pnpm start: convenience command for build + preview.
If this is your first time editing pages, continue with Project Structure.