Skip to content

AMO-Tools-Desktop is an energy efficiency calculation application for use with industrial equipment such as pumps, furnaces, fans, and motors, as well as for industrial systems such as steam. Currently in beta.

License

Notifications You must be signed in to change notification settings

RLiNREL/AMO-Tools-Desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMO-Tools-Desktop

Downloads Github Releases Github All Releases

Dependencies

  • Node.js LTS (https://nodejs.org/en/)
    • Due to legacy dependencies required by MEASUR and the dependent AMO-Tool-Suite, MEASUR's targeted Node version must be used. This version can be found in package.json "engines".

Build for Development

  • To remove node modules, dist, and related package-lock: npm run clean from the root project directory.
  • To install all required packages: npm install
  • To build for electron development with hot-reload: npm run build-watch
    • To start the electron app: npm run electron

Build Production Package

  • Clean and install:
    • npm run clean
    • npm install
  • To build desktop package:
    • npm run build-prod-desktop
    • npm run dist
    • The package will be placed in ../output
  • To build web dist:
    • npm run build-prod-web

About

AMO-Tools-Desktop is an energy efficiency calculation application for use with industrial equipment such as pumps, furnaces, fans, and motors, as well as for industrial systems such as steam. Currently in beta.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.6%
  • HTML 34.6%
  • CSS 2.7%
  • Other 0.1%