This website is built using VitePress, Vite & Vue Powered Static Site Generator.
npm i -g pnpm
pnpm i
# dev en-US docs
pnpm docs:dev
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
# build en-US docs
pnpm docs:build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Recommended to read the following part before you start to contribute the docs.
- VitePress Markdown features VitePress Markdown