Skip to content

simonkosina/rhub-app

 
 

Repository files navigation

Resource Hub App

Front end application to serve as an interface to the Resource Hub API.

Contributing

If you want to contribute to our project, you are more then welcome - just check our contributing guide.

Running it in a container:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 1.9%
  • CSS 1.1%
  • Makefile 0.2%
  • Dockerfile 0.2%
  • HTML 0.1%
  • Shell 0.1%