Documentation site for gruezi, built with VitePress.
Install dependencies:
npm installOr with just:
just installStart the dev server:
npm run devOr:
just devCreate a production build:
npm run buildOr:
just buildPreview the built site locally:
npm run previewOr:
just previewRun the site checks and production build smoke test:
just testdocs/index.mdis the homepage.docs/.vitepress/config.mtscontains site config, nav, sidebar, and metadata.docs/.vitepress/theme/contains small theme customizations.docs/guide/,docs/reference/, anddocs/deploy/contain the docs content.docs/public/contains the logo and static assets.