Next.js marketing and content site for Benchfinity.
npm ci
npm run devThe production build uses Next standalone output:
npm run format:check
npm run lint
npm run typecheck
npm run buildCopy .env.example into your local environment and fill in only real public
values. PostHog stays consent-gated and does not load unless both the project
token and host are configured.
CI publishes amd64 images to GitHub Container Registry at
ghcr.io/benchfinity/website for the internal Kubernetes cluster.
docker build -t benchfinity-website .
docker run --rm -p 3000:3000 benchfinity-websitePublished tags follow the Workbench convention:
feature/*branches publish snapshot images with sanitized branch name and short commit SHA.developpublishes a snapshot image plus the rollingdeveloptag.release/*andrc/*branches publish RC images and prerelease GitHub Releases.mainpublishes the clean package version tag and a stable GitHub Release.