Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 505 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 505 Bytes

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