Experimenting with a blocks-based editor for Teacher Moments scenarios (http://github.com/mit-teaching-systems-lab/threeflows)
See https://threeflows-blockly.herokuapp.com/.
$ psql
CREATE TABLE programs (
id serial primary key,
user_key text,
xml text,
timestamp timestamp
);
$ npm install
$ npm run dev
This project was bootstrapped with Create React App.