Some docs n stuff

This commit is contained in:
DrHaid
2025-12-13 22:02:20 +01:00
parent 8f62f8a062
commit 0a5be21d12
5 changed files with 9 additions and 17 deletions

View File

@@ -11,24 +11,21 @@
<div id="root" aria-hidden="true">
<div class="grid container">
<div class="cs1 ce12">
<p style="font-size: large">Great, your app is running locally</p>
<h1 style="font-size: large">TODO Tree Chopper</h1>
<p>
You can now create your Developer team to get your app running in
Miro.
Efficiently chop down your TODO trees in Miro 👌🪓
</p>
</div>
<img src="/src/assets/todo-choppers.gif"/>
<div class="cs1 ce12">
<a
class="button button-primary"
href="https://developers.miro.com/docs/create-a-developer-team"
href="https://github.com/DrHaid/todo-tree-chopper"
target="_blank"
>
Create a Developer team
GitHub
</a>
</div>
<div class="cs1 ce12">
<p>To see your app, open it in a app panel on Miro.com, or preview it at <a href="/app.html" class="link link-primary">this url</a></p>
</div>
</div>
</div>
<script type="module" src="/src/index.ts"></script>