Files
flowsint/flowsint-app
2025-09-18 13:47:14 +02:00
..
2025-06-02 13:50:09 +02:00
2025-09-18 13:47:14 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-07-31 15:49:51 +02:00
2025-06-16 22:20:43 +02:00
2025-09-16 12:23:08 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-16 12:11:31 +02:00

flowsint-app

The folder for the flowsint client, an electron app wrapped with Vite and React. The main libraries used are:

  • TanstackQuery
  • TanstackRouter
  • XYflow
  • react-force-graph

Project setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux