Skip to content

republicroad/editor

 
 

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

 
 
 

Contributors

Languages

  • TypeScript 87.1%
  • Rust 7.2%
  • JavaScript 2.4%
  • CSS 1.9%
  • Dockerfile 0.7%
  • HTML 0.6%
  • Makefile 0.1%