multiplayer-hub
This is the main application for the Multiplayer Hub.
Pages are served isomorphically through server and client using Apollo Server and Client.
Individual games are hosted by "multiplayer lobbies"
To install and run:
- Copy the git remote above under clone or download dropdown
- Open your terminal (on Mac, Git Bash on Windows)
- Navigate to your preferred directory and enter: git clone
- After the repository has been cloned, run
npm install
ornpm ci
- Once installation is complete,
cd
into the project's root directory and runnpm start
. Make sure you are on the latest version of node (node -v
). - If successful, the app should be running on
localhost:3000
.
Docs
System overview: Google Docs - Diagrams.net