Official website for CoreLink Platform.
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.ymlonmain. - 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.
npm ci
npm run dev
npm run build
npm testThe *: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.