Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.21 KB

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.

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.
  • 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/, 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.
If you want to modify the vite.config.js configuration, see the Vite documentation.