Change-Id: Idc1dfea1bbbc23e28c37f053e97e939462544154
+++ /dev/null
-## 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.
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.