Skip to content

Commit

Permalink
add azure video (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu authored Nov 2, 2023
1 parent e3dce5b commit f9e8496
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/nextjs-oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ https://github.com/miroapp/app-examples/assets/10428517/cdda8f44-bf25-420e-ae84-
- Your development environment includes [Node.js 14.13](https://nodejs.org/en/download) or a later version.
- All examples use `npm` as a package manager and `npx` as a package runner.

# ☁️ Deploy the app on AWS Amplify <a name="deploy"></a>
# ☁️ Deploy the app on AWS or Azure <a name="deploy"></a>

If you want to understand how to deploy the app to AWS Amplify, please watch the video below. Otherwise,
If you want to understand how to deploy the app to AWS Amplify or Azure (Static Web Apps), please watch the video below. Otherwise,
skip to the next section to see how to run this locally.

[![Deploy the App to AWS Amplify](https://img.youtube.com/vi/-7pPvRzvYjM/0.jpg)](https://youtu.be/-7pPvRzvYjM)

If you want to understand how to deploy the app to Microsoft Azure (Static Web Apps) please watch the video below.

[![Deploy the App to Microsoft Azure](https://img.youtube.com/vi/5Fq9chq0t4I/0.jpg)](https://youtu.be/5Fq9chq0t4I)

# 🏃🏽‍♂️ Run the app locally <a name="run"></a>

1. Run `yarn install` to install dependencies.
Expand Down

2 comments on commit f9e8496

@vercel
Copy link

@vercel vercel bot commented on f9e8496 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webhooks-manager – ./examples/webhooks-manager

webhooks-manager-git-main-miro-web.vercel.app
webhooks-manager-sepia.vercel.app
webhooks-manager-miro-web.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f9e8496 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-examples-wordle – ./examples/wordle

app-examples-wordle.vercel.app
app-examples-wordle-anthonyroux.vercel.app
app-examples-wordle-git-main-anthonyroux.vercel.app

Please sign in to comment.