Skip to content

BannerBomb/website

 
 

Repository files navigation

Discord Extreme List version 5.x.x

Compile Discord DeepScan grade Snyk vulnerabilities Code style Crowdin

Licensing information viewable in the LICENSE file.

Setup

Requirements

Node.js

DEL requires Node.js 14.

nodemon (Optional)

nodemon is optional and allows you to use the npm run dev command which is ideal in development, nodemon auto restarts and compiles on file save.

PM2 (Optional)

PM2 is optional and allows you to use the npm run pm2 command which is ideal if you wish to run DEL in production.

MongoDB

A MongoDB instance is required - it must match the configuration in the settings.json file.

Redis

Redis must be installed for caching to work, the site will not function correctly without it - it must match the configuration in the settings.json file.

NPM Packages

Install all of the dependencies by running npm i command.

Configuration

  1. Rename settings.example.json to settings.json and fill it out appropriately, changing anything you need to change.
  2. (Optional) In addition to this you may wish to change some of the things in the variables.ts file located in src/Util/Function.

Running DEL

Compiling

When you first start DEL, and every time you make a change to any of the .ts files, you will need to run the npm run compile command (unless using npm run dev).

Production

We recommend when running DEL in production you use the npm run pm2 command, you can also still run DEL using the standard npm run start command.

Development/Testing

We recommend you run DEL using the npm run start command, you can also run DEL using the npm run dev command but due to compiling on file save, this isn't always a good idea.

About

The official source code for the website side of DEL!

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 63.8%
  • TypeScript 30.8%
  • SCSS 3.7%
  • JavaScript 0.7%
  • Shell 0.4%
  • Sass 0.3%
  • Other 0.3%