Licensing information viewable in the LICENSE file.
We welcome contributions to DEL! If you need any help contributing, please talk to us in our Discord server. Also, please have a look at CONTRIBUTING.md.
Note that we do not support running public clones of the project: you are allowed to do it if you follow the license, but we will not provide any support and it goes against the intent of this project. We are an open source project to provide transparency to our community and allow developers to contribute as they wish to improve the project. The following instructions are only intended for users running DEL in development to contribute.
DEL requires Node.js v22.7.0+. We currently recommend using the latest v22 LTS version.
A MongoDB instance is required - it must match the configuration in the settings.json
file.
Redis or Memurai must be installed and running - it must match the configuration in the settings.json
file.
We use pnpm. Install all of the dependencies by running pnpm i
.
Rename settings.example.json
to settings.json
and fill it out appropriately, changing anything you need to change.
Run pnpm start
to start DEL.