Skip to content

update local build setup and instructions

Mathias Goebel requested to merge feature/#3-local-build into develop

This MR provides a working description on how to setup a local development environment. There are other parts of the documentation added:

  • comments in .gitignore
  • to streamline the local setup and what the GitLab CI is doing, we adjust the path to the extracted frontend build
  • APP_NAME is added to .env (docker-compose) to prevent a warning. the APP_NAME value is set by script and sensitive to the deployment target.

closes #3 (closed)

Edited by Mathias Goebel

Merge request reports