This repo is for the Mathbot interactive UI and the content.
.
├-- content/ # content files that compilers can ingest
├-- test/ # unit tests
├-- www/ # all frontend files
| ├-- static/
| | └-- resources/js/mathbot.js # mathbot FSM logic
| └-- templates/
├-- run.sh # start the mathbot server
└-- README.md
pip install -r requirements.txt
sh run.sh