Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 720 Bytes

SETUP.md

File metadata and controls

17 lines (12 loc) · 720 Bytes

Setup

  1. Install Node.js

  2. Install dependencies with npm install.

  3. Set DISCORD_API_TOKEN environment variable or add token to config.yml.

  4. 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 the ANILIST_API_SECRET environment variable or by adding it in the config.yml file.

  5. 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.

  6. Run with npm start