To take part in the development of the frontend application you need to install nodejs with yarn package manager.
docker run -p 80:8080 -e SWAGGER_JSON=/docs/openapi.yml -v (pwd):/docs swaggerapi/swagger-ui
npx redoc-cli serve --watch docs/openapi.yml
Generate API documentation in HTML format
npx redoc-cli bundle -o docs/dist/index.html docs/openapi.yml
prism mock docs/openapi.yml