Files
MathDecidr/README.md
2017-12-29 00:33:54 +00:00

836 B

MathDecidr

Greenkeeper badge Build Status NPM version

Computation runner for common equations with access to a set of constant values.

Build Process

MathDecidr uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install -g gulp
npm install
gulp

See Build Details for detailed Gulp usage.