A Miro web plugin boilerplate for the cool kids.
1. Clone this project as a starting point and rename as wish:
git clone [email protected]:lucasconstantino/miro-next-plugin.git [name]
2. Create an App on Miro and follow web plugin install instructions;
3. Run the application on dev mode:
yarn dev
4. Copy ngrok url and use it in your Iframe url app setting;
5. Open a board to start developing on it.
The application can be deployed to any static site host, such as Netlify or Surge. To generate the static output, run:
yarn build
The output will be added to the ignored out
directory.