cc-backend/web/frontend/README.md

27 lines
800 B
Markdown
Raw Permalink Normal View History

2022-09-28 19:54:38 +02:00
# cc-frontend
2022-06-22 11:20:57 +02:00
[![Build](https://github.com/ClusterCockpit/cc-svelte-datatable/actions/workflows/build.yml/badge.svg)](https://github.com/ClusterCockpit/cc-svelte-datatable/actions/workflows/build.yml)
A frontend for [ClusterCockpit](https://github.com/ClusterCockpit/ClusterCockpit) and [cc-backend](https://github.com/ClusterCockpit/cc-backend). Backend specific configuration can de done using the constants defined in the `intro` section in `./rollup.config.js`.
Builds on:
* [Svelte](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
2022-06-22 11:20:57 +02:00
```
2022-09-28 19:55:32 +02:00
...then build using [Rollup](https://rollupjs.org):
2022-06-22 11:20:57 +02:00
```bash
npm run build
2022-06-22 11:20:57 +02:00
```