This is an old, now abandoned version of the badgehub frontend, it has been replaced with a frontend dir in the badgehub-app repo
The webinterface to Badgehub that interfaces with the badgehub api backend
To start development, run
npm run dev
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 used