Skip to content

Backoffice Client Hub

Overview

The backoffice client is the content management and administration interface for Kartuli (Next.js). It is deployable to Vercel and runs in staging (preview) and production.

In-repo README: apps/backoffice-client/README.md

Root scripts that apply

From the repository root you can use:

ScriptDescription
pnpm c:dev:backoffice-clientStart development server (port 3001)
pnpm c:build:backoffice-clientBuild for production
pnpm c:preview:backoffice-clientRun production build locally
pnpm c:e2e:backoffice-clientRun E2E tests against local backoffice (BASE_URL=http://localhost:3001)

See Root scripts for the full list of root-level commands.

CI/CD

  • CI/CD Staging — Runs on PR when the backoffice client (or game client) is affected; build, optional Vercel preview, E2E, Lighthouse.
  • CI/CD Production — Runs on push to main when backoffice-client (or related) paths change; deploy to Vercel, E2E, Lighthouse.

References

Providers