mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-12 05:51:45 +01:00
27 lines
783 B
Markdown
27 lines
783 B
Markdown
# cc-frontend
|
|
|
|
[](https://github.com/ClusterCockpit/cc-backend/actions/workflows/test.yml)
|
|
|
|
A frontend for [ClusterCockpit](https://github.com/ClusterCockpit/ClusterCockpit) and [cc-backend](https://github.com/ClusterCockpit/cc-backend). Backend specific configuration can be done using the constants defined in the `intro` section in `./rollup.config.mjs`.
|
|
|
|
Builds on:
|
|
* [Svelte 5](https://svelte.dev/)
|
|
* [SvelteStrap](https://sveltestrap.js.org/)
|
|
* [Bootstrap 5](https://getbootstrap.com/)
|
|
* [urql](https://github.com/FormidableLabs/urql)
|
|
|
|
## Get started
|
|
|
|
Install the dependencies...
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
...then build using [Rollup](https://rollupjs.org):
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|