Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 565 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 565 Bytes

badgehub-frontend

The webinterface to Badgehub that interfaces with the badgehub api backend

Development

To start development, run

npm run dev

Swagger/OpenAPI synchronization

Make sure the swagger file is always up to date.

When the API in badgehub-api has changed, synchronize by running

npm run swagger

This generates an api file and models in src/badgehub-api-client/generated.

Tools

Tools used

  • Next.js the React framework
  • Orval for generating code from Swagger