From 31582c999c114185c4b79b6d51dd7682b3f10c4f Mon Sep 17 00:00:00 2001 From: Mizan Ali <59915742+mizanxali@users.noreply.github.com> Date: Sun, 7 Mar 2021 17:03:04 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6895342..46e503c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Follow the steps below, after cloning the repository: - Node +**For Running:** + +- Change socket.IO endpoint on client side. To do this, go to `client/src/components/Game.js` and change line #26 from `const ENDPOINT = 'https://uno-online-multiplayer.herokuapp.com/'` to `const ENDPOINT = 'http://localhost:5000'` + ### ⏳ Installation - At the root of the project directory, use npm to install the server-side dependencies