Skip to content

ejnshtein/nyaasi-channel

Repository files navigation

nyaasi-channel

This is source code of a part of nyaasi-bot which posts messages to nyaasi telegram channel.

Installation

  • Create .env file and put all secrets here.
  • Run commands.
    • docker-compose pull
    • docker-compose up -d

Development

  • Run command up
  • In VSCode press F5 to start debugger and ts build server.