Skip to content

Commit

Permalink
add link to developer guide (#272)
Browse files Browse the repository at this point in the history
add developer tutorial
  • Loading branch information
horeaporutiu authored Mar 28, 2024
1 parent 44074af commit 9914531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/3rd-party-oauth-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://github.com/miroapp/app-examples/assets/10428517/fef43c9f-d528-4787-8c66-
- [Included Features](#features)
- [Tools and Technologies](#tools)
- [Prerequisites](#prerequisites)
- [Associated Developer Tutorial](#tutorial)
- [Run the app locally](#run)
- [Folder Structure](#folder)
- [Contributing](#contributing)
Expand All @@ -36,6 +37,10 @@ https://github.com/miroapp/app-examples/assets/10428517/fef43c9f-d528-4787-8c66-
- 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.

# 📖 Associated Developer Tutorial <a name="tutorial"></a>

> See the full [developer tutorial](https://developers.miro.com/docs/log-in-to-a-third-party-service-using-oauth) on Miro's Developer documentation for a code analysis and more detailed walkthrough of the app logic.
# 🏃🏽‍♂️ Run the app locally <a name="run"></a>

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

0 comments on commit 9914531

Please sign in to comment.