cc-backend/web/frontend
2024-02-12 17:12:04 +01:00
..
public
src Match mem_used color logic for footprint with plots 2024-02-12 17:12:04 +01:00
package-lock.json Merge branch 'master' into 214_user_status_histograms 2024-02-08 12:26:07 +01:00
package.json feat: add footprint card displaying basic metrics 2023-11-27 10:07:13 +01:00
README.md
rollup.config.mjs

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