module
0.0.0-20240404070749-4ac9d495b2d7
Repository: https://github.com/kodep/jarvis.git
Documentation: pkg.go.dev
# README
kodep-jarvis
FAQ
How to start?
- Setup golang v1.21
- Run Mattermost local instance. Configure the bot and get credentials.
- Configure
.env
- 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