Rich text editor with math support for Finnish Matriculation Examination Board. Live demo can be found at https://math-demo.abitti.fi/
- MathQuill (https://github.com/digabi/mathquill)
- MathJax-Node
- Bacon
- Jquery
- sanitize-html
- Install Node.js
- Run
npm install. - Run
npm run dev. - Go to http://localhost:5000
Demo: http://digabi.github.io/rich-text-editor/
Source: https://github.com/digabi/rich-text-editor/blob/master/index.html
git remote add production ssh://58db515cfbc736bf24000001@math-editor.local.digabi.fi/~/git/math.git/
git push production master
Or
npm run deploy