Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 373 Bytes

File metadata and controls

20 lines (15 loc) · 373 Bytes

Documentation site

Prerequisites

  1. Node of some sort
    • I'm using v22, but I'm sure v24 works too
  2. Bun

Usage

Run the development script for hot reloads

bun run docs:dev

RUn the build script fo static ocmpilation

bun run docs:build

Powered by VitePress