🧠 Research & Foundations phase — building the KB from the ground up. See the roadmap →
Development
Local dev
Section titled “Local dev”Dev server hot-reloads on markdown and component changes. The base path is /cyberbaser — remember to include it in test URLs.
The build runs the full translation layer (remark/rehype plugins), Pagefind search indexing, and sitemap generation.
Playwright smoke tests verify the site builds, key pages render, and the Nova theme / Starlight plugins are wired correctly.
Deploy
Section titled “Deploy”Currently: dev-only. Push to Cloudflare Pages is wired via .github/workflows/deploy.yml but the Pages project was deleted; the workflow will fail until a new project is created or the workflow is updated. This is intentional during Phase R — no public deploy until the content is ready.
When deploying:
- Create a new Cloudflare Pages project named
cyberbaser - Set
CLOUDFLARE_ACCOUNT_IDandCLOUDFLARE_API_TOKENin GitHub Actions secrets - Push to
main— the workflow deploys automatically