Files
todo-tree-chopper/README.md
2025-12-13 22:02:20 +01:00

709 B

TODO Tree Chopper

Efficiently chop down your TODO trees in Miro 👌🪓

todo-tree

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.