Files
3d-configurator-landing/README.md
T
2026-05-20 01:38:47 +02:00

22 lines
225 B
Markdown

# Ultifide 3D Configurator Landing
## Docker
Run the production app on port `3000`:
```bash
docker compose up --build -d
```
On a VM, open:
```text
http://<VM_IP>:3000
```
Stop it with:
```bash
docker compose down
```