Skip to content

NullDev/dPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dPro


📊 dPro Analytics and Statistics

ℹ️ About

This is/was a school project for the HTL Bulme where a water bottle with logging functionality was built.
The repository here includes the code for the software which reads out the data of the bottle.

Website: https://dpro.at/

📷 Screenhots




💡 Usage

No deployment version yet and you need electron installed.

  1. Open up your terminal (and navigate somewhere you want to download the repository to)

  2. Make sure you have nodejs installed. Test by entering
    $ node -v
    If this returns a version number, NodeJS is installed. If not, get NodeJS here.

  3. Make sure electron is installed
    $ electron -v
    If this returns a version number, Electron is installed. If not, get it by typing
    $ sudo npm install -g electron

  4. Clone the repository and navigate to it. You can either download it here or if you have Git installed, type
    $ git clone https://github.com/NullDev/dPro.git && cd dPro

  5. Install all dependencies
    $ npm install

  6. Wait for it to finish. After installation is done, run the programm with
    $ npm start

  7. (Optional): To enable debugging mode and skip the splash screen type
    $ npm test

🔧 CLI Arguments

The script takes sever CommandLine Arguments

Argument Alias Function
--debug -d Enables debugging features such as resizeable screen and "inspect elements".
--skip-splash -s Skips the splash screen and jumpts to the main window instantly.
--low-res -l Does not load some CSS definitions and animations.

©️ Copyright

Copyright (c) NullDev