Skip to content

quentin/souffle-web

Repository files navigation

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