This is an example of an SBT project containing a proof developed in the gaptic tactics language from the GAPT framework. Feel free to use it as a template to start your own proofs in GAPT!
Install sbt and run the following command:
sbt '~run-main example'
Now SBT will check the the proofs in example.scala
every time you save the
file. Experiment, add new lemmas, and see what happens!