Skip to content
/ editor Public
forked from gorules/editor

Open-source Rules Engine editor with Simulator

License

Notifications You must be signed in to change notification settings

DamGouz/editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-source Rules Engine Editor with build in Simulator

URL: https://editor.gorules.io

Running via Docker

Running locally:

docker run -p 3000:3000 --platform=linux/amd64 gorules/editor

Repository: https://hub.docker.com/r/gorules/editor

Quickstart

Run rust backend:

make watch

Run frontend:

npm i pnpm -g
pnpm i
pnpm dev

Local HTTPS

To create a local HTTPS certificate:

brew install mkcert

mkcert --install
cd cert && mkcert localhost

About

Open-source Rules Engine editor with Simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.4%
  • Rust 21.6%
  • Python 6.6%
  • CSS 3.9%
  • JavaScript 0.6%
  • Dockerfile 0.4%
  • Other 0.5%