Update README.md

This commit is contained in:
Mizan Ali 2021-03-07 17:03:04 +05:30 committed by GitHub
parent a9aaa50870
commit 31582c999c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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