Christoph Kluge c84b819212 Fix frontend errors
- todo: debug backend handling
2023-08-28 10:00:20 +02:00
..
2023-08-28 10:00:20 +02:00
2023-08-11 09:15:43 +02: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