Install a modern version of Node.js and execute the following commands:
# Clone this repository
> git clone https://github.com/medallyon/bingo-bango.git bingo-bango
# cd into the repository
> cd bingo-bango
# Install dependencies
> npm install
# Start the local production server (on port 8080)
> npm start
This will start a production-ready build and a multiplayer server, where the game is hosted. It should start on localhost:8080, but you can adjust the port via the PORT
environment variable.
The MIT License (MIT) 2020 - Yannick Deubel, Tilman Raendchen & Michalis Antonas. Please have a look at the LICENSE for more details.