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.
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