Categorygithub.com/kodep/jarvis
module
0.0.0-20240404070749-4ac9d495b2d7
Repository: https://github.com/kodep/jarvis.git
Documentation: pkg.go.dev

# README

kodep-jarvis

FAQ

How to start?

  1. Setup golang v1.21
  2. Run Mattermost local instance. Configure the bot and get credentials.
  3. Configure .env
  4. Run start the bot: go run ./cmd/jarvis

How to update DI containers?

If you need to update the existing DI containers, you need to run:

make gen

If created a new one, then you need to install wire first, then run:

wire <folder>

How to deploy?

Simply use the existing Dockerfile. You will find environment variables inside .env.example

# Packages

No description provided by the author