cc-backend/web/frontend
Christoph Kluge 1185737eaa Add metrics to histoselect, add userfilters
- edit struct to make only count return required
2023-12-08 12:03:04 +01:00
..
public
src Add metrics to histoselect, add userfilters 2023-12-08 12:03:04 +01:00
package-lock.json
package.json
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