feat(desktop): scaffold desktop app

Co-authored-by: Maze <mazeincoding@users.noreply.github.com>
This commit is contained in:
Maze Winther
2026-07-10 19:57:05 +00:00
committed by Cursor Agent
co-authored by Maze
parent 7ae51862b6
commit b59255cca8
14 changed files with 142 additions and 13 deletions
+5 -5
View File
@@ -24,7 +24,7 @@
- MCP support
- A scripting tab directly in the editor
You can still find the previous version at [opencut-app/opencut-classic](https://github.com/opencut-app/opencut-classic), which is the one to reach for today. [opencut.app](https://opencut.app) still runs the classic version; the rewrite will live at [new.opencut.app](https://new.opencut.app) until it's ready to take over.
You can still find the previous version at [opencut-app/opencut-classic](https://github.com/opencut-app/opencut-classic), which is the one to reach for today. [opencut.app](https://opencut.app) still runs the classic version. The rewrite will live at [new.opencut.app](https://new.opencut.app) until it's ready to take over.
## Development
@@ -37,13 +37,13 @@ bash <(curl -fsSL https://moonrepo.dev/install/proto.sh)
From the repo root:
```sh
proto use # installs bun + moon at the versions pinned in .prototools
bun install
proto use # installs the tools pinned in .prototools
```
```sh
moon run web:dev # localhost:5173
moon run api:dev # localhost:8787
moon run web:dev # localhost:5173
moon run api:dev # localhost:8787
moon run desktop:dev # see apps/desktop/README.md
```
## Contributing