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 6152a43 commit e0fb969Copy full SHA for e0fb969
README.md
@@ -32,6 +32,12 @@ The game server will spin up and be accessible via port 43594.
32
The [RuneScape Java Client #435](https://github.com/runejs/refactored-client-435) must be used to log into a RuneJS game server.
33
34
## Additional Commands
35
+
36
+Before running these commands, you must:
37
38
+1. have [NodeJS **version 16 or higher**](https://nodejs.org/en/) installed on your machine
39
+2. run `npm install` from the root of this project
40
41
* `npm run game` Launches the game server by itself without building
42
* `npm run game:dev` Builds and launches the game server by itself in watch mode
43
* `npm run login` Launches the login server by itself without building
0 commit comments