Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 743 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 743 Bytes

bdc-chef-v2

Discord bot for BDC Discord channel

Setup

Requirements:

  • Node version at least 16
  • Discord API Key
  • Giphy API Key
  • OpenAI api key

To run on local: Run npm install to download node packages

npm install

create a .env file

touch .env

Rename the .env file if needed and add the appropriate API keys to the .env file

Run nodemon

npm run start:dev

For Windows: You made need to download WSL to get nodemon to run

wsl --install ubuntu

If using vscode you should be able to open a terminal using the wsl command line

You may also need to upgrade the version from WSL 1 to WSL 2 (distro name here is ubuntu if you followed the step above)

wsl --set-version <distro name> 2