An open API service indexing awesome lists of open source software.

https://github.com/cucumber/blockly

Gherkin Editor based on Blockly
https://github.com/cucumber/blockly

javascript polyglot-release react

Last synced: 3 months ago
JSON representation

Gherkin Editor based on Blockly

Awesome Lists containing this project

README

          

[![test-javascript](https://github.com/cucumber/blockly/actions/workflows/test-javascript.yaml/badge.svg)](https://github.com/cucumber/blockly/actions/workflows/test-javascript.yaml)

# @cucumber/blockly

This is a Gherkin editor based on [Blockly](https://developers.google.com/blockly).

You can [try a live demo here](https://cucumber.github.io/blockly/).

**The editor is experimental and not ready for production use.**

## Try it out

npm install

With Vanilla JavaScript (no UI toolkit)

npm run start:vanilla

With React

npm run start:react

## Run tests

npm test