Docusaurus 3 site. Lives in website/ inside the monorepo. Deployed to GitHub Pages via .github/workflows/docs.yml.
cd website
npm install
npm run dev # http://localhost:3000/openscreen/npm run build # outputs to website/build/
npm run serve # serves the built site locallynpm run typecheck- Site URL: https://getopenscreen.github.io/openscreen/
- The base URL is
/openscreen/because the org-level Pages site hosts multiple projects. - Docs migration from
docs/(root) →website/docs/happens in a follow-up PR. For now only the intro page is published.