feat: add Orcaslicer and docker

This commit is contained in:
2026-01-27 22:02:49 +01:00
parent 00e62fc558
commit 7dc6741808
21 changed files with 1986 additions and 1123 deletions

5
start.sh Normal file → Executable file
View File

@@ -1,4 +1,3 @@
# start.sh
#!/bin/bash
(cd backend && source venv/bin/activate && uvicorn main:app --reload) &
(cd frontend && ng serve)
echo "Starting Print Calculator with Docker Compose..."
docker-compose up --build