/ddl

backend, web client and admin page for Don't Destroy Life (DDL)

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

  1. Get NodeJS and Git
# ubuntu
sudo apt install node git
# arch linux
sudo pacman -Sy node git
  1. Clone repo
git clone https://github.com/SgLy/ddl
cd ddl
  1. Install dependencies
npm install
  1. Run Server
node index.js
  1. Access administration page

Open your browser and access DDL Administration page