Skip to content

Commit

Permalink
remove extra steps
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu committed Oct 6, 2023
1 parent 7cf187a commit 6f48d8b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions examples/github-appcards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

This full-stack example shows how to build an integration with GitHub that syncs data between GitHub issues and Miro app cards.

⚠️ 🚨 Only deprecated "Classic" GitHub projects work with this app. This means that you cannot connect this app to your own repo unless you have a deprecated "Classic" GitHub project. This is why all of the issues are fetched / stored in this
[public Miro classic GitHub project](https://github.com/bishopwm/github-cards/projects/1). ⚠️ 🚨
🚨 🚨 🚨
Only deprecated "Classic" GitHub projects work with this app. This means that you cannot connect this app to your own repo unless you
have a deprecated "Classic" GitHub project. This is why all of the issues are fetched / stored in this
[public Miro classic GitHub project](https://github.com/bishopwm/github-cards/projects/1).

<b>This app is meant to show the basic concepts behind 2-way sync, but is in no way a working solution. This is intended for
simple demo purposes to show a simple 2-way sync with free services like Netlify, Supabase, and Miro.</b>
This app is meant to show the basic concepts behind 2-way sync, but is in no way a working solution. This is intended for
simple demo purposes to show a simple 2-way sync with free services like Netlify, Supabase, and Miro.

<b>This app involves setting up different tools such as Netlify for deploying your app, Supabase for storing access tokens and
GitHub for using GitHub actions to detech any changes in your projects. It takes 30-40 minutes to configure.</b>
This app involves setting up different tools such as Netlify for deploying your app, Supabase for storing access tokens and
GitHub for using GitHub actions to detech any changes in your projects. It takes 30-40 minutes to configure.

# 👨🏻‍💻 App Demo

Expand Down

0 comments on commit 6f48d8b

Please sign in to comment.