feat: update README.md

This commit is contained in:
minhtrannhat 2024-03-03 00:06:54 -05:00
parent e92254cdaf
commit fc67230020
Signed by: minhtrannhat
GPG Key ID: E13CFA85C53F8062

View File

@ -2,10 +2,9 @@
## Backend
- Run the live `uvicorn` webserver with `uvicorn neo_neo_todo.main:app --reload` at the backend root.
### Backend dependencies
- Install `pdm`
- Install dependencies with `pdm sync`
- Run development backend with `pdm run dev`
- Run tests with `pdm run test`
## Frontend
## Frontend dependencies