clean: package json

This commit is contained in:
Tom Boullay
2026-04-27 16:27:57 +02:00
parent 9c602cdc63
commit eeca87dd0e
4 changed files with 14 additions and 226 deletions
+11
View File
@@ -15,7 +15,18 @@ python3 backend/download_model.py
## Run
Run the Vite frontend and the Python backend in two separate terminals.
Terminal 1:
```bash
npm run dev
```
Terminal 2:
```bash
source .venv/bin/activate
python3 -m backend.main
```