Official website for CoreLink Platform: connected-product infrastructure for devices, applications, and digital services.
- Next.js 16 / React 19 / TypeScript
- Static export (
output: "export") - GitHub Actions deployment to GitHub Pages
- No runtime server or database dependency
npm ci
npm run devnpm run build:githubThe deployable static site is generated in out/.
The workflow at .github/workflows/deploy-pages.yml builds and deploys every push to main.
In the GitHub repository settings:
- Open Settings → Pages.
- Set Source to GitHub Actions.
- Ensure the custom domain is
corelinkplatform.ir. - Point the domain DNS records to GitHub Pages, then enable Enforce HTTPS after verification.