Installation - ThePix/rpg_web GitHub Wiki
To get this to work, you need to first install Node.js. Instructions here:
https://nodejs.org/en/download/
From the home page of the repository, click "Clone or download" to get the files on your computer, unzip them if necessary.
Open up a command prompt and navigate to the rpg_web folder (it should contain folders called "models", "public", "routes" as well as others).
To install all the dependencies it should only be necessary to type:
npm install
Then to start it:
node app
At this point you have the server running. It will than tell you a web address to use, something like this.
Go to 'http://192.168.1.110:8091' to access the web site
All devices should connect via that web address in their preferred browser. To stop it, use [ctrl]-C.
You will need to stop the server to create an encounter, as discussed elsewhere.