Mirror-Backend / Makefile
Harsh200415's picture
Major feature update: Google Meet recording, cumulative mirror feed, UX overhaul
5748a9d
Raw
History Blame Contribute Delete
246 Bytes
backend:
cd backend && conda run -n behavioral-mirror uvicorn main:app --reload --port 8000
frontend:
cd frontend && npm run dev
dev:
@echo "Start backend and frontend in separate terminals:"
@echo " make backend"
@echo " make frontend"