Skip to content

tiero/dev-portal-1

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.8%
  • CSS 31.3%
  • TypeScript 3.9%