add repl setup to development document

This commit is contained in:
Kidy Lee
2023-02-12 11:51:02 +08:00
committed by Tienson Qin
parent b72bf6829f
commit 05f9748590

View File

@@ -24,6 +24,13 @@ yarn watch
Then open the browser <http://localhost:3001>.
### REPL setup
#### VSCode + Calva
``cmd + shift + p`` -> ``Calva: Connect to a running nREPL server`` -> ``logseq`` -> ``shadow-cljs``->``:app`` ->``localhost:8701``
### Production Build
```bash