/joyeuse

Joyeuse is a webapp and Discord bot to help with managing lfg activities for Destiny 2.

Primary LanguageTypeScriptMIT LicenseMIT

Joyeuse

Development

  • Prerequisites:
    • Docker
    • NodeJS >=16.9.1
mkdir server/data
chmod 777 server/data
./dev.sh

cd server
npm install
npm run build
# Create a config file somewhere
CONFIG_PATH=./config.yaml npm start