https://github.com/nikku/feel-playground
An interactive playground to try out and learn the DMN FEEL language.
https://github.com/nikku/feel-playground
dmn feel playground
Last synced: about 1 year ago
JSON representation
An interactive playground to try out and learn the DMN FEEL language.
- Host: GitHub
- URL: https://github.com/nikku/feel-playground
- Owner: nikku
- Created: 2020-01-03T22:22:13.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T01:45:04.000Z (over 1 year ago)
- Last Synced: 2025-03-29T02:12:12.177Z (about 1 year ago)
- Topics: dmn, feel, playground
- Language: JavaScript
- Homepage: https://nikku.github.io/feel-playground/
- Size: 2.69 MB
- Stars: 27
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feel-playground
[](https://github.com/nikku/feel-playground/actions/workflows/CI.yml)
An interactive app to learn the [DMN](https://www.omg.org/dmn/) FEEL language in your browser.
➡️ [**Try it out**](https://nikku.github.io/feel-playground).
[](https://nikku.github.io/feel-playground)
## Build and Run
```sh
# spin up development server
npm run dev
# build for production
npm run all
```
## Related
* [feelin](https://github.com/nikku/feelin) - FEEL parser and interpreter for JavaScript
* [lezer-feel](https://github.com/nikku/lezer-feel) - FEEL grammar for the [Lezer](https://lezer.codemirror.net/) parser system
* [lang-feel](https://github.com/nikku/lang-feel) - FEEL language definition for the [CodeMirror](https://codemirror.net/) code editor