First order logic formula generator and benchmarking tool for theorem provers.
- Install Docker.
- Clone this repository.
- Build the images:
$ docker compose build base $ docker compose --profile tools build
- Run the web application:
$ docker compose up
- Open your browser and go to
http://localhost:8000.