From 8a9907207980209b26c186a1194f779358aad1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bla=C5=A1ko?= Date: Wed, 13 Nov 2024 18:00:17 +0100 Subject: [PATCH] Update development.md --- doc/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index e1d5b31..7d07c00 100644 --- a/doc/development.md +++ b/doc/development.md @@ -13,7 +13,7 @@ The setup of this backend requires the following steps: Alternatively, to step 2, a browser plugin can be used to disable CORS policy. -## Running with Dockerized Services +## Developing with Dockerized Services It is possible to run all related services, including the frontend, as described in the [frontend development guide](https://github.com/kbss-cvut/record-manager-ui/blob/main/doc/development.md#additional-configuration-parameters). The guide also describes how to use local backend with the dockerized services using variable `INTERNAL_RECORD_MANAGER_SERVER_SERVICE`.