This repository contains the documentation for VideoCMS.
The documentation is built with VitePress.
To start the documentation locally for development:
bun install
bun run devThe documentation will be available at http://localhost:5173.
To build the static site:
bun run docs:buildThe output will be in docs/.vitepress/dist.
Released under the AGPL-3.0 License.