To run TheChaseBuzzer yourself, complete the following steps:
- Open port 8080 on your router (TCP/UDP)
- Install node.js from https://nodejs.org/en/
- Download all project files for TheChaseBuzzer from this github repository
- Open the main folder of TheChaseBuzzer in cmd (this is the folder containing app.js)
- Install the node modules using the command:
npm install
- Run the app with the command:
node app.js
- You should then be able to connect to the server in a browser by entering your public ip, followed by
:8080