This is the web ui for the data served by AppSRE's team qontract-server instance.
It is written in React and uses PatternFly 3 as the UI framework.
$ cp public/env/env.js.example public/env/env.js
$ sed -i.bk '/GRAPHQL_URI/d' public/env/env.js
$ docker run --rm -p 8080:8080 \
-e AUTHORIZATION="Basic <TOKEN>" -e GRAPHQL_URI="<URL>" \
-v $PWD/public/env:/opt/visual-qontract/build/env:z \
quay.io/app-sre/visual-qontract:latest
$ cp public/env/env.js.example public/env/env.js
$ yarn
$ yarn build
$ yarn start:dev