Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add netlify to nextjs README and update node stickies csv to use localhost #227

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading