From fb2e19da7ca1f991725a9e5c97ba64bcf2328157 Mon Sep 17 00:00:00 2001 From: Alex Reich Date: Fri, 17 Sep 2021 02:54:50 -0700 Subject: [PATCH] Rules engine editor readme (#237) * conventional progress * Revert "conventional progress" This reverts commit 9b404416b9d6b37632c58965ed9a557417f21d6b. * RulesEngineEditor inclusion in README * Moved Editor into 3rd Party Tools Co-authored-by: Alex Reich --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c4329868..b25e9a5e 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,16 @@ A wrapper needs to be created over the Rules Engine package, which will get the _Note: To know in detail of the workings of Rules Engine, please visit [How it works section](https://github.com/microsoft/RulesEngine/wiki/Introduction#how-it-works) in [Rules Engine Wiki](https://github.com/microsoft/RulesEngine/wiki)._ +### 3rd Party Tools +There is an editor library with it's own [NuGet Package](https://www.nuget.org/packages/RulesEngineEditor/) written in Blazor, more information is in it's repo https://github.com/alexreich/RulesEngineEditor. + +#### Live Demo +https://alexreich.github.io/RulesEngineEditor +> This can also be installed as a standalone PWA and used offline. + +#### With Sample Data +https://alexreich.github.io/RulesEngineEditor/demo + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a