Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 4140481

Browse files
committed
docu(README) => Adjust documentation regarding getting started section
1 parent 0031610 commit 4140481

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@ Of course, we will involve you, the community, in the design by collecting ideas
1313

1414
# Getting started
1515

16-
To initially build the project on your local computer, you can use the docker-compose.local.yml file, e.g. with docker compose -f docker-compose.local.yml up --build
16+
## Prerequisites
1717

18-
For more information about the headless CMS used in this project, visit the official documentation: https://docs.strapi.io/
18+
* docker
19+
20+
## Quick start
21+
22+
The application can be run locally by executing the bash script `local-startup.sh`.
1923

24+
## Manual start
25+
26+
The following steps must be carried out:
27+
1. Copy contents of `.env.example` files on `root`, `root/cms` and `root/web` into `.env` file
28+
2. Execute docker-compose file for local environment with the following command: `docker compose -f docker-compose.local.yml up `
29+
30+
For more information about the headless CMS used in this project, visit the official documentation: https://docs.strapi.io/
2031

2132
# Requirements
2233

0 commit comments

Comments
 (0)