This repository contains the VitePress documentation site for Ctrl-Q.
The documentation site is published at https://ctrl-q.ptarmiganlabs.com.
npm install
npm run devThe development server starts at http://localhost:5173.
npm run build
npm run serveThe production build is written to docs/.vitepress/dist.
docs/
├── index.md # Home page
├── docs/ # Documentation content
├── public/ # Static assets served from /
└── .vitepress/ # VitePress config and theme
The old Hugo/Docsy site source is kept in hugo-archive/ for reference.