/souffle-web

Web frontend for Souffle, written in Elm

Primary LanguageElm

build and run in Docker

make docker_run

install elm

npm install elm@latest-0.19.1

build and run locally

Edit Makefile to set the path of the souffle executable in SOUFFLE_BIN.

make build
make run