git clone https://github.com/arjunkumar811/Multiplayer.git
cd Multiplayer
npm install && cd client && npm install && cd ..Terminal 1: npm run dev
Terminal 2: cd client && npm run dev
- Fork the repo
- Create a branch:
git checkout -b feature-name - Commit changes:
git commit -m "Add feature" - Push:
git push origin feature-name - Open a Pull Request