mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05: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