This OpenPAYGO documentation website is built using Docusaurus 3, a modern static website generator.
npm install
npm run start
Then open docs in a local web browser. This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Deployment is done using Github Actions and does not involve manual steps.
Check out .github/workflows
folder of the root repository.