Front-end client of the MathMLCloud API
The MathML Cloud app organized in modules using require.js.
For development, it runs in a Vagrant-defined virtual machine.
Dependencies:
- Vagrant and VirtualBox. See http://docs.vagrantup.com/v2/getting-started/index.html for installation instructions.
git clone https://github.com/benetech/mmlc-app.git yourProjectName
cd yourProjectName
vagrant up
The app will be running at http://localhost:4567.
The app expects the API to be running at http://localhost:1337. If you'd like to test against staging, edit js/app.js#initialize.
Follow instructions at https://github.com/benetech/mmlc-api to install the api locally for development.
cd path/to/mmlc-api/
git clone https://github.com/benetech/mmlc-app.git assets
When you start the api, the front end will be installed and running at http://localhost:1337
An instance of this application is hosted by Benetech in Microsoft Azure at https://mathmlcloud.org
See the LICENSE.txt file for use information.