An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          



# Discord Extreme List 5

[![Compile](https://github.com/discordextremelist/website/workflows/Compile/badge.svg)](https://github.com/discordextremelist/website/actions?query=workflow%3ACompile)
[![Deploy](https://github.com/discordextremelist/website/actions/workflows/deploy.yml/badge.svg)](https://github.com/discordextremelist/website/actions/workflows/deploy.yml)
[![Discord](https://img.shields.io/discord/568567800910839811?color=5865f2&logo=discord&logoColor=white)](https://discord.gg/WeCer3J)
[![Code style](https://img.shields.io/badge/code%20style-prettier-ff69b4?logo=prettier&logoColor=white)](https://prettier.io)
[![Crowdin](https://badges.crowdin.net/delly/localized.svg)](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.