A calculator for GregTechCE machines with the Nomifactory version of the mod in mind. See it live!
Ensure that you have Git and Node >=13 installed.
git clone https://github.com/Nomifactory/OverclockingCalculator.git
cd OverclockingCalculator
npm install
npm run build:dev # Build a dev version to ./dist
npm run build:prod # Build a production version to ./dist
npm run watch # Watch files and recompile as you develop, http://localhost:8080 by default
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.