From feaddd2fedf8e7c07ad4f51f108745c89f30b7dd Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Wed, 15 Oct 2025 13:03:39 +0800 Subject: [PATCH] docs: update project setup instructions to include links for backend and frontend README files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 259d035..4413aae 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ To set up the entire project: 1. Clone the repository 2. Set up pre-commit hooks (see above) -3. Set up backend (see backend/README.md) -4. Set up frontend (see above) +3. Set up backend (see [backend/README.md](./backend/README.md)) +4. Set up frontend (see [frontend/README.md](./frontend/README.md)) 5. Start both servers for full-stack development ## License