Skip to content

ABCxFF/diepcustom

Repository files navigation



diep custom

An open source diep.io custom private-server template


Installation

You may need to install Node.js, as well as the Yarn Package Manager.
After doing so, download or clone this repository and install the dependencies with:

$ yarn install

Running the Server

Run the server with:

$ yarn run server

This builds and runs the server.

After running the server, content will be served at localhost:PORT on your computer. The port will default to 8080, and you may override it with process.env.PORT.

Consult src/config.ts for configuration, and package.json for environ variable setup.

Discord Chat

For support or discussion, please join our online Discord chat.

Contribution

Please see CONTRIBUTING.md for information on contributing.

License

Please see LICENSE