Run the services separately.
Each Lunatrix layer is designed to start on its own port and talk to the others over localhost.
# model
cd model-service
python scripts/runAiEngine.py
# backend
cd backend-ts
npm run dev
# frontend
cd frontend
npm run dev