Add app start script

This commit is contained in:
Kacper 2026-04-08 06:14:06 -04:00
parent fe19f200d7
commit 950ec6ae55
3 changed files with 96 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,6 +2,8 @@
__pycache__/
.pytest_cache/
.ruff_cache/
.env
.env.local
frontend/node_modules/
frontend/dist/
frontend/.vite/