Front end application to serve as an interface to the Resource Hub API.
If you want to contribute to our project, you are more then welcome - just check our contributing guide.
To run the Web Interface in your favorite container environment, use the provided Dockerfile. We recommend podman
.
Build the container image with:
$ podman build . -t rhub-app
After building is completed, you can run it, mapping port 80 to some local port:
$ podman run -d -p 8081:80 rhub-app
The Interface should now be available in the address http://localhost:8081