MathScript transcompiler to JavaScript.
npm install davinci-mathscriptMathScript transcompiler to JavaScript.

Open your Terminal.
Clone the davinci-mathscript repo.
```
git clone git://github.com/geometryzen/davinci-mathscript.git
Change to the repo directory.
``
cd davinci-mathscript
Run
``
npm install
to install the tooling dependencies (For this you need to have Node.js installed).
Run
``
bower install
to install the software dependencies (For this you need to have Bower installed).
Run
```
grunt
to compile the source using the TypeScript compiler (For this you need to have TypeScript installed) and to package the individual files into a single JavaScript file.
Make your changes to the TypeScript files in the _src_ directory. Do not edit the files in the _dist_ directory, these files will be generated.