Files
cc-backend/web/frontend
Christoph Kluge 2152ced97a improve metricplot threshold handling
- simplified and adaptive thresholds for shared jobs
2025-11-13 11:18:40 +01:00
..
2025-11-13 11:18:40 +01:00

cc-frontend

Build

A frontend for ClusterCockpit and cc-backend. Backend specific configuration can de done using the constants defined in the intro section in ./rollup.config.js.

Builds on:

Get started

Install the dependencies...

npm install

...then build using Rollup:

npm run build