Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 339 Bytes

File metadata and controls

33 lines (23 loc) · 339 Bytes

Beszel documentation website

Documentation for Beszel, powered by VitePress.

Install dependencies

bun i
pnpm i

Start dev server

bun dev
pnpm dev

Build

bun run build
pnpm run build