From e82ea12a95f6d5983e142d362d7fba5c65a593f3 Mon Sep 17 00:00:00 2001 From: Avanish Singh <79073722+aaviix@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:59:17 +0100 Subject: [PATCH] Add files via upload --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c872ff..11691ea 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Project Structure 1. Open a terminal in the project's root directory. 2. Run the following command to install the necessary backend dependencies: ``` + cd backend-socket.io npm install express socket.io ``` @@ -30,6 +31,7 @@ Project Structure 1. Navigate to the frontend directory (or the directory containing your React app). 2. Run the following command to install frontend dependencies: ``` + cd frontend-react npm install ``` -- GitLab