We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Quick Start (markdown)
Tiny spellcheck. Change "commands above may executed with Leiningen" to "commands above may BE executed with Leiningen"
Revert 0f4bf01115c218057e1fa581cfb57fad481e151d...72d87ff144c23fb53a2d316a8d5782abe86599f7 on Quick Start
In order to connect at "http://localhost:9000" the configuration must connect at this address.
Revert c1ee713^...c1ee713 on Quick Start
Added step on starting a local http server to serve index.html, required whilst using browser Repl, as per Mimmo Cosenza's tutorial.
Revert 80b2458^...80b2458 on Quick Start
Require format was incorrect as best I can tell. I had to change (require '[hello-world.core :as hello]) to (:require [hello-world.core :as hello]) to get it to work.
Warn about _ replacing - in namespace path
Fix missing word
Update debug note regarding usage of `curl` to download.
Add another debug note about downloading cljs.jar