clerk

mkvlr 2025-07-17T06:12:20.889959Z

https://clojurians.slack.com/archives/C06MAR553/p1752732641715789

🎉 5
mkvlr 2025-07-17T06:17:31.787599Z

to try clerk with Babashka, make sure you have v1.12.206 (released yesterday) installed and run:

rlwrap bb -Sdeps '{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1142"}}}'
then try the following into the bb repl:
(require '[nextjournal.clerk :as clerk])
(clerk/serve! {:browse true})
(clerk/show! "")

5