Skip to content

Getting started

Vertex is a Bun workspace. Install dependencies once from the repository root:

Terminal window
git clone https://github.com/Andersseen/vertex.git
cd vertex
bun install
Terminal window
bun web:dev

Open http://localhost:5173.

The Tauri app also requires a Rust toolchain:

Terminal window
bun desktop:dev
Terminal window
bun web-editor:build
bun web-editor-demo:start

The docs use Starlight and exercise the built editor bundle:

Terminal window
bun docs:dev
Terminal window
bun lint
bun check-types
bun test
bun run build

The package-boundary check is also part of lint/type quality in CI:

Terminal window
bun run check:boundaries