Skip to content

app-sre/visual-qontract

Repository files navigation

visual-qontract

visual-qontract 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.

Usage

$ cp public/env/env.js.example public/env/env.js
$ make dev-docker-run

The visual-qontract UI will be reachable on http://localhost:8080

Development Environment

$ cp public/env/env.js.example public/env/env.js
$ yarn
$ yarn build
$ yarn start:dev

The server will then run on http://localhost:3000

Debugging

For debugging start the server locally with:

$ yarn start:local

Add a debugging after the service is started, use debugger, anywhere where you want to debug.

Open the corresponding page in Chrome with the inspection window open. The debugger will stop at the debugger statement.

About

A web UI for the data served by a qontract-server instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages