- Node.js from https://nodejs.org/en/download
- VS code from https://code.visualstudio.com/download or https://vscode.dev/ to try out VS code for free
- After both of those are installed, run npm install
- Your discord bot token in your .env file, your app id, your MongoDB URL, and the server id that you will be registering your developer commands to
- npm run start (for production)
- npm run dev (for development)