CognitiveOS project website + documentation — cognitive-os.org
- Docusaurus — React-based static site generator
- Landing page with refined terminal aesthetic
- Markdown documentation at
/docs/ - Hosted on GitHub Pages with custom domain
npm ci
npm run start # local dev server with hot reload
npm run build # production build → build/- Branch from
development, notmain - Use topic branches:
feature/<name>,fix/<name>,bugfix/<name> - Open a PR to
developmentwith a clear title and description - Merge via squash after review
- Changes flow to
mainvia a release PR (auto-deploys via GitHub Pages)
See the SDLC repo for the full contribution guide.