Dockerized editor for the sketch project1 from A. Solar-Lezama with a small webserver interface.
Run the docker container
docker run --rm -p 8080:8080 ghcr.io/dominikgeissler/sketch-editor:latest
docker build . -t sketch-editor
or in VSCode Ctrl + Shift + P -> Run task -> Docker Build
docker run -p 8080:8080 -d sketch-editor
or in VSCode Ctrl + Shift + P -> Run task -> Docker Run
Some experiments and their benchmarks can be found in the benchmarks directory.
Documentation can be found here. Notices can be found here.