-
Install Node.js
-
Install dependencies with
npm install
. -
Set
DISCORD_API_TOKEN
environment variable or add token toconfig.yml
. -
Some features require an AniList API client which can be created here. Set your API client ID in the
config.yml
file and set your API client secret using theANILIST_API_SECRET
environment variable or by adding it in theconfig.yml
file. -
Some features require connecting to a MongoDB database which can be downloaded here. Your development database should be running on the default
localhost:27019
port. -
Run with
npm start