Developer documentation for DeServe. It's a Docusaurus-based site, with OpenAPI Doc Generator to generate the API documentation.
To start in development mode:
npm install
npm run gen-all-api-docs
npm run startTo clean and regenerate all API docs, use the regen-all-api-docs command, which is effectively the same as first running the clean-all-api-docs and then gen-all-api-docs.
To build the static HTML site:
npm install
npm run gen-all-api-docs
npm run build