Skip to content

nevrax/bfx-report-electron

 
 

Repository files navigation

bfx-report-electron

Binaries

Already complied binaries can be found on release section release section.
Download the correspondent binary according your operating system.

Setup

Install

Execute the following commands from the root directory of the project:

  • Install libraries.
npm install
  • Install dependcies and configured them.
npm run init

Run the electron

npm run electron

Build distributions

For doing builds for other platforms please have “Multi Platform Build” in consideration: electron-builder documentation

Requirements

For creating the distributions please run the following commands, after the execution is finished the file would be in /dist folder

  • Individual:
#Distribution for Linux
docker-compose up --build --force-recreate ui-builder linux-builder

#Distribution for Windows
docker-compose up --build --force-recreate ui-builder win-builder

#Distribution for MacOs
docker-compose up --build --force-recreate ui-builder mac-builder
  • Linux + Windows + MacOs:
docker-compose up --build --force-recreate

Export CSV reports

Exported CSV reports are contained in the root folder of the application in csv directory for Linux and Windows releases, and in ~/Library/Application Support/bfx-report-electron/csv directory for Mac release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.5%
  • Shell 15.3%
  • HTML 10.7%
  • Other 1.5%