Add to Discord ย ย โขย ย Support Server ย ย โขย ย Roadmap
Important
Migration complete and services back online. Database contains incomplete entries until refactor is finished.
- Jan 1 '26
Project requires Node.js to run. After installing, it is recommended to use NVM (installation guide) to manage Node versions. To set the Node version used by the project, run nvm use from root and follow the prompts, especially if that version has not been installed yet.
No other system level dependencies are needed.
This project uses dotenv to manage environment-specific settings. Rename the .env.example file in the bot directory to .env and enter in the necessary values listed inside the file. If you do not have a token yet, check out this guide.
Warning
Keep the Discord token to yourself at all costs.
In the root directory of the project enter the following commands. This will install all dependencies and begin the dev instance.
npm run install:all
npm run devTo run the Discord bot or web client individually, enter either the bot or web directory and run:
npm install
npm run dev