devcards

2022-09-13T12:01:39.316869Z

Is there a function I could call from REPL to rerender all devcards?

timothypratley 2022-10-01T03:47:40.787889Z

Calling start-devcard-ui! rerenders all devcards;

(defn ^:after-load on-reload []
  (dc/start-devcard-ui!)
  (println "reloaded"))