A set of tools for teaching and learning computer science. Developed by Laszlo Korte [email protected] as part of the Thesis A JavaScript framework for interactive presentations and animations on computer science.
Demo: https://thesis.laszlokorte.de
First you need to make sure you have installed node(v5.1.0) and npm(3.5.0) on your system.
node can be downloaded at https://nodejs.org/en/ npm is included.
Then just run:
$ npm installAnd to start the development server
$ npm startNow you can open http://localhost:3000 in your browser
To build a release version just run
$ npm run compileThe output will be saved into the ./build folder.
See the docs folder for further explanation