-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix some broken links in our sample (#733)
- Loading branch information
Showing
6 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Try sample with TeamsFx CLI | ||
|
||
1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x) | ||
1. To install the TeamsFx CLI, use the npm package manager: | ||
``` | ||
npm install -g @microsoft/teamsfx-cli | ||
``` | ||
1. Create adaptive-card-notification project. | ||
``` | ||
teamsfx new template adaptive-card-notification | ||
``` | ||
1. Provision the project to Azure. | ||
``` | ||
teamsfx provision | ||
``` | ||
1. Deploy. | ||
``` | ||
teamsfx deploy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Try sample with TeamsFx CLI | ||
|
||
1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x) | ||
1. To install the TeamsFx CLI, use the npm package manager: | ||
``` | ||
npm install -g @microsoft/teamsfx-cli | ||
``` | ||
1. Create dev-assist-dashboard project. | ||
``` | ||
teamsfx new template dev-assist-dashboard | ||
``` | ||
1. Provision the project to Azure. | ||
``` | ||
teamsfx provision | ||
``` | ||
1. Deploy. | ||
``` | ||
teamsfx deploy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Try sample with TeamsFx CLI | ||
|
||
1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x) | ||
1. To install the TeamsFx CLI, use the npm package manager: | ||
``` | ||
npm install -g @microsoft/teamsfx-cli | ||
``` | ||
1. Create team-central-dashboard project. | ||
``` | ||
teamsfx new template team-central-dashboard | ||
``` | ||
1. Provision the project to Azure. | ||
``` | ||
teamsfx provision | ||
``` | ||
1. Deploy. | ||
``` | ||
teamsfx deploy | ||
``` |