Files
cc-backend/web/frontend
2026-02-18 16:22:02 +01:00
..
2026-02-18 16:22:02 +01:00
2026-01-16 10:43:54 +01:00
2026-02-10 09:17:34 +01:00

cc-frontend

Build

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

Builds on:

Get started

Install the dependencies...

npm install

...then build using Rollup:

npm run build