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