This repository is intended to be used as a starting point for building monetised Miro apps with Salable.
The starter code in this repository allows a user to purchase a license for a Miro team. Once the team has a license, an "Add Sticky" button allows the user to add a sticky note with "Hello World!" text to any board.
This rudimentary example is intended to showcase the core parts of monetising an app with Salable.
You'll need both the boards:read and boards:write scopes in Miro for the starter to work as intended.
If you want to learn more about Salable, read the Quick Start Guide and The Salable Way.
- Clone this repository.
cp .env.example .envand fill in the variables with values from your Salable product and Miro developer dashboard.npm start- You need a
proandCreatecapability set up in your Salable product.
If you need any more detailed instructions on setting up a new Miro app, read the Miro: Build Your First Hello World App guide.