Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 414 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 414 Bytes

uwkendo discord

utility kendo related discord bot

Setting up for development

We are using golang version 1.19.5, you can install for your system or choice, or using gvm:

gvm install go1.19.5 -B
gvm use go1.19.5

Next, install developer git hooks

make devsetup

Create the local copy of .env

cp env.example .env