bbatsov on master
Correct signal descriptions in … (compare)
bbatsov on master
Add svg rendering support (#299… (compare)
(defn -main [& _]
(let [config (config)]
(-> config
app-system
component/start)
(println "Started chestnut-tutorial on" (str "http://localhost:" (:http-port config)))))
M-x cider-connect
(run)
or (go)
to launch server. How do these things automagically work? Is it documented somewhere?