Clojure Scaffold for Code Retreat Install clojure tools Java: make sure you have a JDK installed on your machine! Leiningen: Follow the instructions. Install the dependencies lein deps Run the tests lein test Run the app lein run Hierarchy of directories src: source code test: the tests