Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 887 Bytes

🤖 Prem Developer Portal

Source code for https://dev.premai.io.

Contributing

You can open this repository in a Dev Container, or alternatively follow the instructions below.

Run the Web Server locally

Requires yarn.

yarn install  # install the necessary dependencies
yarn start    # run the webserver

Generate OpenAPI Documentation

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>.