biswaroop1547 / dev-portal

Home Page:http://dev.premai.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

http://dev.premai.io/


Languages

Language:JavaScript 66.8%Language:CSS 29.1%Language:TypeScript 4.1%