This repository contains the WoPeD Webclient.
The application has been built based on angular-starter
Navigate to https://woped.github.io/woped-web/home to use the WoPeD Webclient.
After cloning this repository, it's essential to set up git hooks to ensure project standards.
# Build Docker image
$ docker build . -t p2t-woped-webservice-frontend
# Run Docker Container
$ docker run -p 3000:80 p2t-woped-webservice-frontend