diff --git a/README.md b/README.md index d9efcb0..5239709 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ for a minimal full stack web application. See [releases](https://github.com/babashka/scittle/releases) for links to [JSDelivr](https://www.jsdelivr.com) to get versioned artifacts. +## REPL + +To connect to a Scittle REPL from your editor, scittle provides an nREPL +implementation. To run the nREPL server you need to follow these steps: + +``` + +``` + ## Tasks Run `bb tasks` to see all available tasks: diff --git a/bb.edn b/bb.edn index 87e7681..010d8fc 100644 --- a/bb.edn +++ b/bb.edn @@ -1,6 +1,6 @@ {:deps {io.github.babashka/sci.nrepl - {:local/root "../sci.nrepl"} - #_{:git/sha "8998f2a4fd25ff02474d7298253e91f059f482b2"}} + ;; {:local/root "../sci.nrepl"} + {:git/sha "318e39fc356652d749180f3a3efba5eb4b99d304"}} :tasks {:requires ([babashka.fs :as fs]