fredcido / miro-stickies-pack

Miro app to create sticky pack
https://miro-stickies-pack.vercel.app
0 stars 0 forks source link

Miro Stickies Pack

 ℹ Note:

How to start locally

How to build the app

Folder structure

.
├── src
│  ├── assets
│  │  └── style.css
│  ├── app.tsx      // The code for the app lives here
│  └── index.ts    // The code for the app entry point lives here
├── app.html       // The app itself. It's loaded on the board inside the 'appContainer'
└── index.html     // The app entry point. This is what you specify in the 'App URL' box in the Miro app settings

About the app

Stickies packs app can be installed in your Miro board.

Built using create-miro-app.

This app uses Vite. \ If you want to modify the vite.config.js configuration, see the Vite documentation.