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