diff --git a/README.md b/README.md index f5e48d0..1378fad 100644 --- a/README.md +++ b/README.md @@ -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