cc-backend/web/frontend
2023-08-11 11:44:22 +02:00
..
public
src Merge pull request #199 from ClusterCockpit/197_apply_chartjs_update 2023-08-11 11:44:22 +02:00
package-lock.json Add dependencies 2023-08-11 09:15:43 +02:00
package.json Add dependencies 2023-08-11 09:15:43 +02:00
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