We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585d122 commit 3933a58Copy full SHA for 3933a58
README.md
@@ -49,7 +49,7 @@ The server runs on the 435 revision of the game, which was a game update made on
49
4. Copy the `data/config/server-config-default.yaml` and paste it into the same folder using the name `server-config.yaml`
50
5. Go into your new `server-config.yaml` file and modify your RSA modulus and exponent with the ones matching your game client
51
- You may also modify the server's port and host address from this configuration file
52
-6. Run the game server and REST service by inputting the command npm run server
+6. Run the game server and REST service by inputting the command `npm start`
53
54
The game server will spin up and be accessible via port 43594. The REST service can be accessed via port 8888.
55
0 commit comments