initial commit

This commit is contained in:
Kuba Pyla
2026-05-20 01:38:47 +02:00
commit 9d4f32ecf0
43 changed files with 9188 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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
```