# install dependencies
$ pnpm install
# serve with hot reload at localhost:5173
$ pnpm dev
# build for production
$ pnpm build
# preview production build
$ pnpm preview
# generate data and build for production
$ pnpm generate
# lint and format code
$ pnpm lint
$ pnpm fmt
# run full check
$ pnpm testFor more information on VitePress, check out VitePress documentation.