This is source code of a part of nyaasi-bot which posts messages to nyaasi telegram channel.
- Create
.env
file and put all secrets here. - Run commands.
docker-compose pull
docker-compose up -d
- Run command
up
- In VSCode press
F5
to start debugger and ts build server.