The hey-api base client library and abilities of this UI are derived from the redbit openAPI specification.
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