✨
✨
✨
git clone
this repo- run with Docker
docker build -t $name$ .
thendocker run
- run with Makefile
make build
thenmake run
- You can also use
make run-t
ifBOT_TOKEN
was provided - Also, you can run it locally with the current command
yarn dev
for development andyarn serve
for usage