cc-backend/web/frontend
2024-02-13 10:06:52 +01:00
..
public fix: push bootstrap to v5.3.1 and icons to v1.10.5 2023-08-24 16:36:59 +02:00
src Add title to logout btn 2024-02-13 10:06:52 +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 Update documentation and streamline language 2023-06-13 15:14:19 +02:00
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