Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 336 Bytes

File metadata and controls

21 lines (13 loc) · 336 Bytes

Clojure

Usage

Clojure is best used through the REPL, but there are some CLI entry points.

Dependencies will be installed when you start the application or repl. You can download Clojure here.

To run the application

clj -M:run

To run the tests

clj -M:test