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:
| Script | Description |
|---|---|
pnpm c:dev:backoffice-client | Start development server (port 3001) |
pnpm c:build:backoffice-client | Build for production |
pnpm c:preview:backoffice-client | Run production build locally |
pnpm c:e2e:backoffice-client | Run 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
mainwhen backoffice-client (or related) paths change; deploy to Vercel, E2E, Lighthouse.