This repository builds and deploys the Pill landing page and documentation:
- https://pillengine.org → the landing page (
landing_page/) - https://docs.pillengine.org → the VitePress documentation (
docs_page/), with the guide at/guide/and the generated API reference at/reference/
And
- https://pill.rocks → the landing page (
landing_page/) - https://docs.pill.rocks → the VitePress documentation (
docs_page/), with the guide at/guide/and the generated API reference at/reference/
npm run dev- Start both the landing page and docs development servers.npm run build- Build the landing page intodist/and the docs intodist-docs/(this is what CI runs before deploying).npm run preview- Preview the landing page production build.npm run install:all- Install dependencies for both workspace projects.
For documentation structure and generation details, see docs_page/README.md.