Source code for https://dev.premai.io.
You can open this repository in a Dev Container, or alternatively follow the instructions below.
Requires yarn.
yarn install # install the necessary dependencies
yarn start # run the webserver
The docusaurus-openapi-docs plugin is used to include the services
OpenAPI documentation. Run this before yarn start
:
yarn docusaurus gen-api-docs all
New specifications can be added and the docs regenerated using yarn docusaurus gen-api-docs <id>
.