You've already forked MathDecidr
mirror of
https://github.com/FullScreenShenanigans/MathDecidr.git
synced 2026-04-28 13:02:37 -07:00
9a9a98a608
Also changed constants and equations to be public readonly members, and equations to no longer take constants and equations in. Fixes #1.
22 lines
719 B
Markdown
22 lines
719 B
Markdown
# MathDecidr
|
|
[](https://travis-ci.org/FullScreenShenanigans/MathDecidr)
|
|
[](http://badge.fury.io/js/mathdecidr)
|
|
|
|
Computation runner for common equations with access to a set of constant values.
|
|
|
|
|
|
|
|
## Build Process
|
|
|
|
MathDecidr uses [Gulp](http://gulpjs.com/) to automate building, which requires [Node.js](http://node.js.org).
|
|
|
|
To build from scratch, install NodeJS and run the following commands:
|
|
|
|
```
|
|
npm install -g gulp
|
|
npm install
|
|
gulp
|
|
```
|
|
|
|
See [Build Details](https://github.com/FullScreenShenanigans/Documentation/blob/master/Build%20Details.md) for detailed Gulp usage.
|