To build MultiServer from source, you will need all of its dependencies:
- Node.js LTS
- npm (included with node.js)
- yarn (run
npm i -g yarn
in your terminal) - node-gyp (read instructions here to set it up properly on your platform, though there is no need to run the
npm install -g node-gyp
command as it is included with npm)
- Clone this repository by running
git clone htttps://github.com/dheerajpv/multiserver
- Run
yarn
in your termnial to install all required dependencies. - Run
yarn make
in your terminal to build the app into a native executable for your platform - The newly created
out
directory should contain the executable and its required resource files.
Feel free to ask your questions in the MultiServer discord server! There is a link in the README.