Docs

Getting Started

Install, build, run, and explore the playground.

Requirements

  • Node 20+ and pnpm
  • Optional: Rust + wasm-pack for WASM diff builds

Install and build

pnpm install
pnpm build
pnpm typecheck
pnpm test
pnpm bench

Run the playground

pnpm -C apps/playground dev

Then open http://localhost:3000.

WASM diff build

pnpm wasm:build

This builds the Rust/WASM diff module for the benchmark runner.