Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 593 Bytes

File metadata and controls

13 lines (10 loc) · 593 Bytes

The hey-api base client library and abilities of this UI are derived from the redbit openAPI specification.

Development

Start the redbit server so it serves the http://localhost:8000/apidoc/openapi.json and :

npm install
npm run openapi:generate  # generates the openapi-ts client library from the redbit server
npm run test              # runs tests and executes requests to all http endpoints
npm run dev               # starts the development server