Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 461 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 461 Bytes

Dora + Tauri

This is a dora + tauri project proof of concept. It's trying to show how to use dora with a GUI node built with Tauri.

How to build the project

cargo build

How to run the project

Next inside the gui-node folder start the frontend server

cd ui-node
bun install
bun run dev

Finally, open a new terminal and run the following at the root of the project

dora start --name dora-tauri dataflow.yaml