Documentation for Astrofox, built with Shiso.
Install dependencies and start the local development server:
pnpm install
pnpm devOpen the local URL shown in your terminal. Documentation pages live under
content/docs, and site configuration and navigation live in docs.json.
Shiso is installed as a regular project dependency. Upgrade it independently of this starter with:
pnpm update @umami/shisopnpm buildDeploy the generated dist/client directory to your static host.