https://github.com/baloise/miro-announcement-app
display announcements in miro
https://github.com/baloise/miro-announcement-app
Last synced: 5 months ago
JSON representation
display announcements in miro
- Host: GitHub
- URL: https://github.com/baloise/miro-announcement-app
- Owner: baloise
- Created: 2023-05-03T13:44:52.000Z (about 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-05-22T15:02:50.000Z (about 3 years ago)
- Last Synced: 2025-07-30T13:02:06.813Z (11 months ago)
- Language: HTML
- Size: 491 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Miro Announcement App
**Note**:
- We recommend a Chromium-based web browser for local development with HTTP. \
Safari enforces HTTPS; therefore, it doesn't allow localhost through HTTP.
- For more information, visit our [developer documentation](https://developers.miro.com).
### How to start locally
- Run `npm i` to install dependencies.
- Run `npm start` to start developing. \
Your URL should be similar to this example:
```
http://localhost:3000
```
- Paste the URL under **App URL** in your
[app settings](https://developers.miro.com/docs/build-your-first-hello-world-app#step-3-configure-your-app-in-miro).
- Open a board; you should see your app in the app toolbar or in the **Apps**
panel.
### How to build the app
- Run `npm run build`. \
This generates a static output inside [`dist/`](./dist), which you can host on a static hosting
service.
### About the app
This sample app provides you with boilerplate setup and configuration that you can further customize to build your own app.
This app uses [Vite](https://vitejs.dev/). \
If you want to modify the `vite.config.js` configuration, see the [Vite documentation](https://vitejs.dev/guide/).