This website is built using Vocs.
$ pnpm install
$ pnpm run dev
This command starts a local development server. Most changes are reflected live without having to restart the server.
$ pnpm run build
This command generates static content into the docs/dist directory and can be served using any static contents hosting service.