https://github.com/fineplus/fineflow
workflow everything
https://github.com/fineplus/fineflow
ai code flow ollama production rpa rust tauri tools vite vue workflow
Last synced: 6 months ago
JSON representation
workflow everything
- Host: GitHub
- URL: https://github.com/fineplus/fineflow
- Owner: fineplus
- License: mit
- Created: 2024-09-12T11:47:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:52:20.000Z (11 months ago)
- Last Synced: 2025-03-27T01:51:34.578Z (7 months ago)
- Topics: ai, code, flow, ollama, production, rpa, rust, tauri, tools, vite, vue, workflow
- Language: Vue
- Homepage:
- Size: 1.95 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1. Introduction
Nodes and flows
![]()
Design your nodes
![]()
# 2. Development
1. clone
```shell
git clone https://github.com/fineplus/fineflow.git
```2. dev
```shell
cd fineflowpnpm install
pnpm tauri dev
```3. build
```shell
pnpm tauri build
```