mic-bot/DEV-NOTES.md

13 lines
408 B
Markdown
Raw Normal View History

2024-10-19 10:00:35 +00:00
# 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