From fc672300200b1784170bba7f31795c8dbfd0f541 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sun, 3 Mar 2024 00:06:54 -0500 Subject: [PATCH] feat: update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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