A MS Teams bot that helps you automate rotations of people.
An example of how it can be used:
- From Visual Studio Code: Start debugging the project by hitting the
F5key in Visual Studio Code. - Alternatively use the
Run and Debug Activity Panelin Visual Studio Code and click theRun and Debuggreen arrow button. - From TeamsFx CLI: Start debugging the project by executing the command
teamsfx preview --localin your project directory.
You can find the Teams app manifest in templates/appPackage folder. The folder contains one manifest file:
manifest.template.json: Manifest file for Teams app running locally or running remotely (After deployed to Azure).
