cc-backend/web/frontend
2024-02-16 16:57:02 +01:00
..
public
src Adapt normal marker line for shared jobs 2024-02-16 16:57:02 +01:00
package-lock.json Merge branch 'master' into 214_user_status_histograms 2024-02-08 12:26:07 +01:00
package.json
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