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
- Host: GitHub
- URL: https://github.com/cucumber/blockly
- Owner: cucumber
- License: mit
- Created: 2021-09-13T12:33:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:27:29.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T02:29:40.029Z (over 1 year ago)
- Topics: javascript, polyglot-release, react
- Language: TypeScript
- Homepage:
- Size: 14.5 MB
- Stars: 23
- Watchers: 8
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](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