]> gerrit.midnightthoughts Code Review - neoboard-miro-converter.git/commitdiff
Remove the unused app submission file and add info about the required .env file in... 21/121/1
authorMTRNord <mtrnord1@gmail.com>
Sat, 11 Jan 2025 19:02:42 +0000 (20:02 +0100)
committerMTRNord <mtrnord1@gmail.com>
Sat, 11 Jan 2025 19:02:42 +0000 (20:02 +0100)
Change-Id: Idc1dfea1bbbc23e28c37f053e97e939462544154

APP_SUBMISSION.md [deleted file]
README.md

diff --git a/APP_SUBMISSION.md b/APP_SUBMISSION.md
deleted file mode 100644 (file)
index 0d3d2f0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-## Submission to Miro Marketplace
-
-Congrats! You have finished building your app & you'd like to publish it for
-users. You can submit your app on the
-[Miro Marketplace](https://developers.miro.com/docs/submit-your-app) for review.
index 34d150bd0fcf93eabcfdecd942a68be7612df8bf..ad1da7a517f65b8368a0d072e094cdbbed79adb4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,3 +3,17 @@
 This is a tool to convert a Miro board to a Neoboard board.
 
 Note that this is highly experimental. You also require a Mira app for this.
+
+## Usage
+
+### Adding an .env file
+
+Create a `.env` file in the root of the project with the following content:
+
+```environment
+MIRO_CLIENT_ID="<your miro client id>"
+MIRO_CLIENT_SECRET="<your miro client secret>"
+MIRO_REDIRECT_URL="http://localhost:3000/api/redirect"
+```
+
+If you are publicly hosting this, you should change the `MIRO_REDIRECT_URL` to the URL of your server.