Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:52:20.000Z (about 2 months ago)
- Last Synced: 2024-11-07T18:44:42.217Z (about 2 months ago)
- Topics: ai, code, flow, ollama, production, rpa, rust, tauri, tools, vite, vue, workflow
- Language: Vue
- Homepage:
- Size: 1.94 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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
```