wip
This commit is contained in:
parent
848dd52d3c
commit
de54410669
2 changed files with 11 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
4
bb.edn
4
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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue