-
Notifications
You must be signed in to change notification settings - Fork 8
Server Setup
Coke And Code edited this page Jul 5, 2023
·
4 revisions
- Install NodeJS and NPM (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- Get the source of the unearthed repository (or use this ZIP)
- From command line go to
unearthed/unearthed-standalone
- Run
npm i
to install the dependencies
This will have installed a test version of chrome that will run the server for us.
- From
unearthed/unearthed-standalone
runnpm run server
The server should start and show a banner.
Mods (either zips or .js) files can be placed in the unearthed/unearthed-standalone/mods
directory. When the server starts it reads all the files in this directory and installs them as mods on the server.
The unearthed/unearthed-standalone/session
contains the session storage for the server. If you delete this directory it'll clear the session and reset the server to defaults.