URL: https://editor.gorules.io
Running locally:
docker run -p 3000:3000 --platform=linux/amd64 ghcr.io/datanoesiscp/go-rules-editor:latestRepository: https://github.com/datanoesiscp/go-rules-editor/pkgs/container/go-rules-editor
Run rust backend:
make watchRun frontend:
npm i pnpm -g
pnpm i
pnpm devThis repository uses automated semantic versioning and release workflows. See the Release Documentation for details on how to trigger releases via PR comments or labels.
- Comment-based: Add
/release patch,/release minor, or/release majorto any PR comment - Label-based: Add
release:patch,release:minor, orrelease:majorlabels to a PR
Docker images are automatically published to GitHub Container Registry with proper semantic versioning tags.
To create a local HTTPS certificate:
brew install mkcert
mkcert --install
cd cert && mkcert localhost