google / mathsteps

Step by step math solutions for everyone
https://socratic.org
Apache License 2.0
2.11k stars 276 forks source link

Script to browserify mathsteps #246

Closed GabrielPereyra closed 4 years ago

GabrielPereyra commented 5 years ago

I wasn't able to get mathsteps to work in browser using browserify. I tried browserify index.js -o bundle.js, which didn't work (I'm probably just doing this wrong).

I was able to get it working by including mathsteps.js found in Mathsteps Demo v.01 by @tkosan. Would be awesome to have a simple script to generate mathsteps.js used in this project.