510 B
510 B
Contributing
To run the project locally you will need Go 1.19 or higher.
git clone git@github.com:fmartingr/butterrobot.git
cd butterrobot
make setup
make build
Create a .env-local
file with the required environment variables, you have an example file.
SLACK_TOKEN=xxx
TELEGRAM_TOKEN=xxx
HOSTNAME=myhostname.com
...
And then you can run it directly:
# Run directly with Go
go run ./cmd/butterrobot/main.go
# Or run the built binary
./bin/butterrobot