From 295a2d898015565fd3dcd83748e260eb23ab6afd Mon Sep 17 00:00:00 2001 From: Therese Date: Fri, 9 Jun 2023 07:46:47 +0200 Subject: [PATCH] Included 'added datamodel' as prerequisite to start app in LocalTest (#45) Co-authored-by: Therese Stokkan --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f9360c62..4be14384 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ These are some of the required steps, tips, and tricks when it comes to running the profile restriction in `docker-compose.yml`. 3. Start your app - - _This step requires that you have already [created an app](https://docs.altinn.studio/app/getting-started/create-app/) and [cloned it](https://docs.altinn.studio/app/getting-started/local-dev/) to your local environment._ + _This step requires that you have already [created an app](https://docs.altinn.studio/app/getting-started/create-app/), added a [data model](https://docs.altinn.studio/app/development/data/data-model/data-models-tool/), and [cloned the app](https://docs.altinn.studio/app/getting-started/local-dev/) to your local environment._ Move into the `App` folder of your application.