Initial commit

This commit is contained in:
2026-05-09 16:00:38 +03:00
parent 9c5dd913c1
commit 52320f4147
20 changed files with 4814 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
run:
uv run backend/main.py --config config.toml
web-install:
npm --prefix web install
web-build:
npm --prefix web run build