Files
flowsint/flowsint-app/README.md
2025-09-16 12:23:08 +02:00

419 B

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