Update docs

This commit is contained in:
Eden Kirin
2024-01-26 10:50:45 +01:00
parent 96501f712c
commit 1c1eaa7ee7
2 changed files with 2008 additions and 1121 deletions

View File

@ -1 +1,35 @@
# Komponiranje
## How to run
Clone repository
```
git clone https://gitea.ekirin.com/Intis/prezentacija-komponiranje.git
cd prezentacija-komponiranje
```
Start docker compose with all containers:
```
docker compose up -d
```
Wait until docker images are built and containers starts.
Browse to [Local frontend application](http://localhost:8080)
List running containers:
```
docker compose ps
```
Attach to docker compose output:
```
docker compose logs -f
```
Stop running containers:
```
docker compose down
```

File diff suppressed because it is too large Load Diff