Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 442 Bytes

File metadata and controls

29 lines (20 loc) · 442 Bytes

joi.dev

Build Setup

# 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 test

For more information on VitePress, check out VitePress documentation.