See overview for in-depth documentation on how the hub works
All infrastructure components required to run the service and tests are available via docker, these must be up and running before starting the service or running the tests:
docker compose upRun the tests via:
yarn testBefore starting the service, make sure to have the required environment variables configured (check the .env.example file for all required and optional configuration variables).
Start the service via:
yarn start