Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 718 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 718 Bytes

Engineering Project Frontend Application (Client)

The frontend (client) application of the engineering project adit, 2017. See https://adit.github.io/ for more information.

Build

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.