Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 922 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 922 Bytes

Coffee HyperDrive

The latest and greatest iteration of Beef's personal Discord bot.

Self-hosting

Prerequisites

Instructions

  1. Install dependencies
pnpm i # or equivalent for your package manager of choice
  1. Create a new file called config.json, and fill in the fields. An example config will be provided soon.

  2. Then, build the bot with:

pnpm build
  1. Once it is built (it should exit with no output), run it with:
pnpm start

Congratulations, you are now running Coffee locally!

Local development

  1. Follow step 1 and 2 of the selfhosting instructions.

  2. Then, run:

pnpm dev

This automatically restarts the bot when a file is changed.

*Coffee was created with pnpm as the package manager, you may run into lockfile issues with others.