This is a Gherkin editor based on Blockly.
You can try a live demo here.
The editor is experimental and not ready for production use.
npm install
With Vanilla JavaScript (no UI toolkit)
npm run start:vanilla
With React
npm run start:react
npm test