Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 528 Bytes

friBot

This repository contians the source code for the friBot on Mattermost.

Getting started

  1. Install Bun (JavaScript runtime-alternative to Node.js)
  2. Install node modules: bun install
  3. Copy .env.example to .env, using: cp .env.example .env.
  4. Add the TOKEN in your .env-file.
  5. If deploying to production, change NODE_ENV in your .env-file to "production"
  6. Start bot using: bun run start

Configuration file

There is a config file set up, config.ts.