From ab450278211d699a4a4ac857bcc046e7d710d992 Mon Sep 17 00:00:00 2001 From: Isabelle Nachbaur Date: Sat, 30 May 2026 12:50:07 +0200 Subject: [PATCH] update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 421fb6c..296df6c 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,16 @@ This project is built with with HTML, CSS and Java Script. ## Installment (for local use) 1. Clone the repository -2. Open the project folder -3. Run with Live Server Extension +2. Create an .env file and copy the example below into it +3. Run `docker compose -f docker-compose.yml --env-file .env up -d --build` +4. Website will be available at `http://localhost:1801` + +### Example envfile ``` -code.... +PORT_PREFIX=180 +DB_USER=onlyprompt +DB_NAME=onlyprompt +DB_PASSWORD=onlyprompt ``` ## Technologies, Libraries, Frameworks