https://github.com/discordextremelist/website
The official source code for the website side of DEL!
https://github.com/discordextremelist/website
botlist discord discordbotlist discordbots javascript mongodb nodejs nodemon redis typescript
Last synced: 5 months ago
JSON representation
The official source code for the website side of DEL!
- Host: GitHub
- URL: https://github.com/discordextremelist/website
- Owner: discordextremelist
- License: agpl-3.0
- Created: 2020-04-02T08:24:12.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T23:01:09.000Z (about 1 year ago)
- Last Synced: 2025-05-12T00:18:12.505Z (about 1 year ago)
- Topics: botlist, discord, discordbotlist, discordbots, javascript, mongodb, nodejs, nodemon, redis, typescript
- Language: EJS
- Homepage: https://discordextremelist.xyz
- Size: 49.6 MB
- Stars: 76
- Watchers: 4
- Forks: 28
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Discord Extreme List 5
[](https://github.com/discordextremelist/website/actions?query=workflow%3ACompile)
[](https://github.com/discordextremelist/website/actions/workflows/deploy.yml)
[](https://discord.gg/WeCer3J)
[](https://prettier.io)
[](https://translate.discordextremelist.xyz/project/delly)
Licensing information viewable in the [LICENSE](https://github.com/discordextremelist/website/blob/main/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](https://github.com/discordextremelist/website/blob/main/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.
# Setup
## Requirements
### Node.js
DEL requires [Node.js](https://nodejs.org) v22.7.0+. We currently recommend using the latest v22 LTS version.
### MongoDB
A [MongoDB](https://mongodb.com) instance is required - it must match the configuration in the `settings.json` file.
### Redis
[Redis](https://redis.io) or [Memurai](https://memurai.com) must be installed and running - it must match the configuration in the `settings.json` file.
### PNPM Packages
We use [pnpm](https://pnpm.io/installation). Install all of the dependencies by running `pnpm i`.
## Configuration
Rename `settings.example.json` to `settings.json` and fill it out appropriately, changing anything you need to change.
## Running DEL
Run `pnpm start` to start DEL.