Welcome to Teams Toolkit!

Quick Start
-------------------------
1. Download and install ngrok (https://ngrok.com/)
2. Open a command prompt and run ngrok http 5130
3. Right-click your project and select Teams Toolkit > Prepare Teams App Dependencies
4. If prompted, sign in with a Microsoft 365 account for the Teams organization you want 
to install the app to
5. Press F5, or select the Debug > Start Debugging menu in Visual Studio
6. In the launched browser, select the Add button to load the app in Teams
7. [If you selected http trigger] Open Windows PowerShell and post a HTTP request to trigger 
the notification(replace <endpoint> with real endpoint, for example localhost:5130):

   Invoke-WebRequest -Uri "http://<endpoint>/api/notification" -Method Post
   
Learn more
-------------------------
New to Teams app development or Teams Toolkit? Learn more about 
Teams app manifests, deploying to the cloud, and more in the documentation 
at https://aka.ms/teams-toolkit-vs-docs

Learn more advanced topic like how to customize your notification bot code in 
tutorials at https://aka.ms/notification-bot-tutorial

Report an issue
-------------------------
Select Visual Studio > Help > Send Feedback > Report a Problem. 
Or, you can create an issue directly in our GitHub repository: 
https://github.com/OfficeDev/TeamsFx/issues
