Scientific Calculator
VS code (https://code.visualstudio.com/download) is recommended.
Install node.js from https://nodejs.org/en/download. While installing the msi, install chiockolayey as well.
Install homebrew.
SSH: git clone --recursive git@github.com:transeos/Calculator.git HTTPS: git clone --recursive https://github.com/transeos/Calculator
First install dependencies:
npm install --legacy-peer-depsnpm run devnpm run test