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://[email protected]/~/git/math.git/
git push production master
Or
npm run deploy