Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!--
SPDX-FileCopyrightText: 2025 Helmholtz-Zentrum hereon GmbH
SPDX-License-Identifier: CC-BY-4.0
-->
# DASF Web Component
[](https://codebase.helmholtz.cloud/dasf/dasf-web-component/-/pipelines?page=1&scope=all&ref=main)
[](https://codebase.helmholtz.cloud/dasf/dasf-web-component/-/graphs/main/charts)
<!-- TODO: uncomment the following line when the package is registered at https://readthedocs.org -->
<!-- [](https://dasf.readthedocs.io/projects/web-component/en/latest/) -->
[](https://codebase.helmholtz.cloud/dasf/dasf-web-component)
<!-- TODO: uncomment the following line when the package is published at https://npmjs.com -->
<!-- [](https://www.npmjs.com/package/@dasf/dasf/) -->
<!-- TODO: uncomment the following line when the package is registered at https://api.reuse.software -->
<!-- [](https://api.reuse.software/info/codebase.helmholtz.cloud/dasf/dasf-web-component) -->
Web component for rendering a DASF backend module.
## Installation
Install this package to your `package.json` via
```bash
npm install '@dasf/dasf-web-component'
```
To use this in a development setup, clone the [source code][source code] from
gitlab, make sure you have `python>=3.10`, `npm` and `make` installed and run
```bash
git clone https://codebase.helmholtz.cloud/dasf/dasf-web-component
cd dasf-web-component
make dev-install
```
More detailed installation instructions my be found in the [docs][docs].
[source code]: https://codebase.helmholtz.cloud/dasf/dasf-web-component
[docs]: https://dasf.readthedocs.io/projects/web-component/en/latest/installation.html
## Technical note
This package has been generated from the template
https://codebase.helmholtz.cloud/hcdc/software-templates/react-package-template.git.
See the template repository for instructions on how to update the skeleton for
this package.
## License information
Copyright © 2025 Helmholtz-Zentrum hereon GmbH
Code files in this repository are licensed under the
Apache-2.0, if not stated otherwise
in the file.
Documentation files in this repository are licensed under CC-BY-4.0, if not stated otherwise in the file.
Supplementary and configuration files in this repository are licensed
under CC0-1.0, if not stated otherwise
in the file.
Please check the header of the individual files for more detailed
information.
### License management
License management is handled with [`reuse`](https://reuse.readthedocs.io/).
If you have any questions on this, please have a look into the
[contributing guide][contributing] or contact the maintainers of
`dasf-web-component`.
[contributing]: https://dasf.readthedocs.io/projects/web-component/en/latest/contributing.html