First version works!

This commit is contained in:
2025-10-30 14:45:41 +11:00
commit 3d2e95e858
74 changed files with 6432 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Procfile.dev - Development process configuration
# Works with overmind, hivemind, foreman, or node-foreman
backend: cd backend && .venv/bin/python main.py
frontend: cd frontend && npm run dev -- --host