Skip to content

Commit

Permalink
add Deploy to AWS YouTube video to nextjs-oauth sample (#192)
Browse files Browse the repository at this point in the history
* add youtube video / instructions on deploying to README

* add youtube video / instructions on deploying to README

* add youtube video / instructions on deploying to README
  • Loading branch information
horeaporutiu authored Sep 14, 2023
1 parent e9532ed commit c2213eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/nextjs-oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ https://github.com/miroapp/app-examples/assets/10428517/cdda8f44-bf25-420e-ae84-
- [Tools and Technologies](#tools)
- [Prerequisites](#prerequisites)
- [Associated Developer Tutorial](#tutorial)
- [Deploy the app on AWS Amplify](#deploy)
- [Run the app locally](#run)
- [Folder Structure](#folder)
- [Contributing](#contributing)
Expand All @@ -36,6 +37,13 @@ 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>

If you want to understand how to deploy the app to AWS Amplify, 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)

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

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

2 comments on commit c2213eb

@vercel
Copy link

@vercel vercel bot commented on c2213eb Sep 14, 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-anthonyroux.vercel.app
app-examples-wordle.vercel.app
app-examples-wordle-git-main-anthonyroux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c2213eb Sep 14, 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-sepia.vercel.app
webhooks-manager-git-main-miro-web.vercel.app
webhooks-manager-miro-web.vercel.app

Please sign in to comment.