URL: https://editor.gorules.io
Running locally:
docker run -p 3000:3000 --platform=linux/amd64 gorules/editorRepository: https://hub.docker.com/r/gorules/editor
Run rust backend:
make watchRun frontend:
npm i pnpm -g
pnpm i
pnpm devTo create a local HTTPS certificate:
brew install mkcert
mkcert --install
cd cert && mkcert localhost