Marketing site and docs for Phoenix, built with Rspress.
Live site: https://phoenix-language.github.io/website/
From the phoenix repo root:
just website install
just website devOr from this directory:
pnpm install
pnpm run devThe dev server uses the same /website/ base path as production. Open http://localhost:5173/website/
pnpm run build # output → doc_build/
pnpm run previewGitHub Actions builds Rspress and deploys doc_build/ to GitHub Pages on every push to main.
Repository Settings → Pages → Build and deployment → Source must be GitHub Actions (not “Deploy from a branch”).