Files

22 lines
719 B
Markdown
Raw Permalink Normal View History

2015-07-03 21:52:39 -07:00
# MathDecidr
2016-08-14 20:58:42 -07:00
[![Build Status](https://travis-ci.org/FullScreenShenanigans/MathDecidr.svg?branch=master)](https://travis-ci.org/FullScreenShenanigans/MathDecidr)
[![NPM version](https://badge.fury.io/js/mathdecidr.svg)](http://badge.fury.io/js/mathdecidr)
2015-12-14 22:45:37 -08:00
2016-08-14 20:58:42 -07:00
Computation runner for common equations with access to a set of constant values.
2016-11-30 00:11:53 -06:00
2016-08-14 20:58:42 -07:00
## 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.