diff --git a/README.md b/README.md index 2c872ff0873e63d1cd8cb6130f5dae0d5fb7c00b..11691eaa28fa27edc8d31f80975a8e15e7737b13 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 ```