latex-equation-toolbox icon indicating copy to clipboard operation
latex-equation-toolbox copied to clipboard

Run locally on a PC?

Open DeepSOIC opened this issue 5 years ago • 2 comments

Hi! I'm searching for a tool to bring MathType equations into inkscape. This tool looks promising, but I don't accept cloud. Is it possible to run this locally?

DeepSOIC avatar May 16 '19 13:05 DeepSOIC

You can download and build it yourself, and then serve the build directory locally and run it in your browser.

$ yarn install

$ yarn build

$ npm install -g serve
$ serve dist/

viktorstrate avatar May 16 '19 16:05 viktorstrate

OK, please excuse my total utter noobness at internet technologies. I'm on Win10. So I need to install Yarn package manager. Then install Node.js to have npm. Then download zip of the repo. Then open command prompt/terminal there, and run the commands you provided. Now, what should I open in the browser?

DeepSOIC avatar May 16 '19 16:05 DeepSOIC