Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.43 KB

File metadata and controls

43 lines (32 loc) · 1.43 KB

CoreLink Platform Website

Official website for CoreLink Platform.

Supported production path

GitHub Pages is the only supported production deployment path.

  • Runtime: static export from Next.js 16 / React 19 / TypeScript.
  • Build: npm ci && npm run build.
  • Artifact: out/.
  • Deployment: .github/workflows/deploy-pages.yml on main.
  • Production has no application server or database dependency.

See DEPLOYMENT.md for release evidence and rollback, and QUALITY_GATES.md for accessibility, performance, SEO and analytics-privacy acceptance.

Local development

npm ci
npm run dev
npm run build
npm test

Internal preview tooling

The *:sites scripts and their Vinext/Wrangler/Vite/Cloudflare dependencies are retained only for internal preview/tooling experiments. They are not a supported CoreLink production deployment path and must not be used as release evidence for this website.

Public developer resources