mic-bot/DEV-NOTES.md
2024-10-19 12:00:35 +02:00

408 B

Project dependencies

Structure

  • bot -- the bot code itself
  • cfg -- everything configuration related
  • external -- eveything responsible for communication with an external network interfaces/devices
  • repo -- everything storage related (including external databases, caches, CDNs)
  • utils -- everything else

Configuring the project

We store code in a .ts file cuz it's working just fine