Substratic Forge is an Emacs package for live-hacking Substratic Engine games.
This package is not yet on MELPA so for now you should clone this repository and add it to your Emacs load path. An easy way to do that is with use-package:
(use-package substratic-forge
:load-path "~/path/to/substratic-forge")
Substratic Forge is licensed under the Mozilla Public License 2.0, see LICENSE for more details.