Update README.md

This commit is contained in:
Abi Raja 2024-02-28 15:44:40 -05:00 committed by GitHub
parent 5e3a174203
commit 072b286b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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