Skip to content

Commit

Permalink
add netlify to nextjs README and update node stickies csv to use loca…
Browse files Browse the repository at this point in the history
…lhost (#227)
  • Loading branch information
horeaporutiu authored Nov 20, 2023
1 parent 9ce80bb commit 466025f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion examples/nextjs-oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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 or Azure <a name="deploy"></a>
# ☁️ Deploy the app on AWS, Azure, or Netlify <a name="deploy"></a>

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.
Expand All @@ -48,6 +48,10 @@ If you want to understand how to deploy the app to Microsoft Azure (Static Web A

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

If you want to understand how to deploy the app to Netlify please watch the video below.

[![Deploy the App to Netlify](https://img.youtube.com/vi/pLsOUNfh-TU/0.jpg)](https://youtu.be/pLsOUNfh-TU)

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

1. Run `yarn install` to install dependencies.
Expand Down
8 changes: 5 additions & 3 deletions examples/node-stickies-csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ MIRO_BOARD_ID=<YOUR_MIRO_BOARD_ID>
https://github.com/miroapp/app-examples/assets/10428517/1e6862de-8617-46ef-b265-97ff1cbfe8bf

6. Go to your developer team, and open your boards.
7. Click on the plus icon from the bottom section of your left sidebar. If you hover over it, it will say `More apps`.
8. Search for your app `Node.js Stickies to CSV` or whatever you chose to name it. Click on your app to use it, as shown in the video below.
6. Go to the developer team which you installed the app on, and open the board with the board ID matching your board from the .env file: `MIRO_BOARD_ID=<YOUR_MIRO_BOARD_ID>`.

https://github.com/horeaporutiu/app-examples-template/assets/10428517/b23d9c4c-e785-43f9-a72e-fa5d82c7b019

7. Next, go to `localhost:8000`, and click on `Authorize App`.

8. Go through the authorization process, then click on `List Stickies` or any of the other buttons at the top to interact with the app.

# 🗂️ Folder structure <a name="folder"></a>

```
Expand Down

2 comments on commit 466025f

@vercel
Copy link

@vercel vercel bot commented on 466025f Nov 20, 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 466025f Nov 20, 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.