Section 7: Teacher Notes

This project does not require server processing so educators can also use a standalone version of it without an Internet connection. This might be useful for test conditions or where Internet connectivity might be absent. It also allows students in remote conditions to run a standalone copy from a disconnected device.

The simplest way to do achieve this is to download our standalone build zip. After unzipping, the .bat file contains the instructions to start the embedded lightweight web server and browse to the served site on localhost:5000.

Our pre-build source code is also available as an open-source project for further development together with a skeleton example site of the current build.. Note that to build from the source requires a REACT deployment tool such as netlify or a local installation of node.js/npm to issue an npm run build command.