Skip to content

henrygd/beszel-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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