mohit-agarwal / mmlc-experiments

Prototyping for MathML Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MathMLCloud

MathMLCloud is a sails app (see http://sailsjs.org) that converts ascii math to MathML and calls Mathoid to convert to SVG and alt text.

Dependencies:

Installation

git clone https://github.com/benetech/mmlc-experiments.git yourProjectName
cd yourProjectName
vagrant up

Install Sails and dependencies

After you've installed your VM, you'll have to install Sails.js and its dependencies.

vagrant ssh 
cd /vagrant
npm install

Start App

vagrant ssh 
cd /vagrant
sails lift

Then the app should be running at http://localhost:1337.

About

Prototyping for MathML Cloud


Languages

Language:JavaScript 71.1%Language:Ruby 28.8%Language:CSS 0.1%