This commit is contained in:
Abi Raja 2024-03-04 14:58:06 -05:00
commit a731e462ba

View File

@ -38,12 +38,6 @@ poetry shell
poetry run uvicorn main:app --reload --port 7001
```
You can also run the backend (when you're in `backend`):
```bash
poetry run pyright
```
Run the frontend:
```bash