Source for vortex.dev, the marketing site for Vortex — an extensible, state-of-the-art columnar file format. Vortex is a Linux Foundation incubating project, a Series of LF Projects, LLC.
Prerequisites: Bun ≥ 1.3.13 and Node ≥ 22. Bun is the package manager and script runner; Next.js itself runs on Node.
git clone git@github.com:vortex-data/vortex.dev.git
cd vortex.dev
bun install
bun dev # Turbopack dev server on http://localhost:3000CI runs check:ci → build → typecheck → start → verify → audit → playwright on every PR via .github/workflows/ci.yml, plus an independent Lighthouse audit via .github/workflows/lighthouse.yml that posts a sticky score table.
The Developer Certificate of Origin is enforced on every commit. Sign off with:
git commit -sCI rejects PRs whose commits don't have a Signed-off-by: trailer (DCO probot check).
For architectural context — content pipeline, design tokens, audit advisories, deployment quirks — see CLAUDE.md.
For the Vortex file format itself and its tooling, see github.com/vortex-data/vortex.
