Skip to content
forked from gorules/editor

Open-source Rules Engine editor with Simulator

License

Notifications You must be signed in to change notification settings

alphaway24/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

Releases

No releases published

Packages

No packages published

Languages

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