The folder for the flowsint client, a web application built with Vite and React. The main libraries used are:
$ npm install
$ npm run dev
This will start the development server at http://localhost:5173
$ npm run build
This will create a production build in the dist folder.
$ npm run start
This will start the production build locally.