Initial commit 2
This commit is contained in:
26
README.md
26
README.md
@@ -1,2 +1,24 @@
|
||||
# todo-tree-chopper
|
||||
Miro app for chopping down TODO trees
|
||||
## TODO Tree Chopper
|
||||
|
||||
Efficiently chop down your TODO trees in Miro 👌
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
Reference in New Issue
Block a user