update readme

This commit is contained in:
Isabelle Nachbaur 2026-05-30 12:50:07 +02:00
parent c5a1692d6b
commit ab45027821

View File

@ -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