Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkitektio/orkestrator
orkestrator is the visual desktop/web client for arkitekt
https://github.com/arkitektio/orkestrator
arkitekt arkitekt-client desktop-app ui web-app
Last synced: about 1 month ago
JSON representation
orkestrator is the visual desktop/web client for arkitekt
- Host: GitHub
- URL: https://github.com/arkitektio/orkestrator
- Owner: arkitektio
- Created: 2022-09-27T17:12:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T07:44:13.000Z (11 months ago)
- Last Synced: 2024-05-01T12:51:08.107Z (9 months ago)
- Topics: arkitekt, arkitekt-client, desktop-app, ui, web-app
- Language: TypeScript
- Homepage: https://arkitekt.live
- Size: 7.76 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orkestrator
This repository includes the Orkestrator frontend for the arkitekt platform
it is used to build both the orkestrator web frontend as well as the orkestrator
application (build with tauri).## Builds
Check our releases for the latest builds of the orkestrator application.
## Development
This repository comes with the website (src) and additional tauri bindings (src-tauri)
you can install both or just the website by running`yarn`
and`yarn dev`
to run the vite powered dev.
if you want to develop with tauri make sure to also install [tauri](https://tauri.app/)
To run the application mode run`yarn tauri dev`
## Datainterface
![alt text](datainterface.png "Title")
## Workflows
![alt text](workflow.png "Title")