Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.
/ ReportKeeper Public archive
forked from Kutkovsky/NeuroReports

Electron cross-platform app which allows creating report without spending much time

License

Notifications You must be signed in to change notification settings

Nekkiton/ReportKeeper

 
 

Repository files navigation

NeuroKeeper

How to start the app:

npm i
npm start

If you encount errors on node-gyp rebuild, you need some additional libraries to be installed:

sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev

How to publish the app:

npm run publish

How to build installer for Debian\Ubuntu:

  • execute npm run package-linux
  • execute npm run create-debian-installer
  • find *.deb file into /release-builds folder

About

Electron cross-platform app which allows creating report without spending much time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.9%
  • HTML 24.9%
  • CSS 18.2%