Skip to content

EnAccess/OpenPAYGO-docs

Repository files navigation

OpenPAYGO documentation website

This OpenPAYGO documentation website is built using Docusaurus 3, a modern static website generator.

Pre-requisites

Installation

npm install

Local Development

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

Deployment is done using Github Actions and does not involve manual steps. Check out .github/workflows folder of the root repository.

Further Read