The frontend (client) application of the engineering project adit, 2017. See https://adit.github.io/ for more information.
Prerequisities:
git clone https://github.com/fabianhauser/engineering-projekt-client.git engineering-projekt-client
cd engineering-projekt-client
# Build angular building docker container
make build-container-testing
# Build application and docker container
make build
# For a release, the docker container could be uploaded now.