Getting started
Vertex is a Bun workspace. Install dependencies once from the repository root:
git clone https://github.com/Andersseen/vertex.gitcd vertexbun installRun the browser workbench
Section titled “Run the browser workbench”bun web:devOpen http://localhost:5173.
Run the installed app
Section titled “Run the installed app”The Tauri app also requires a Rust toolchain:
bun desktop:devWork on the embeddable editor
Section titled “Work on the embeddable editor”bun web-editor:buildbun web-editor-demo:startRun these docs
Section titled “Run these docs”The docs use Starlight and exercise the built editor bundle:
bun docs:devBefore opening a pull request
Section titled “Before opening a pull request”bun lintbun check-typesbun testbun run buildThe package-boundary check is also part of lint/type quality in CI:
bun run check:boundaries