Selaa lähdekoodia

add repl setup to development document

Kidy Lee 2 vuotta sitten
vanhempi
sitoutus
05f9748590
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      docs/develop-logseq.md

+ 7 - 0
docs/develop-logseq.md

@@ -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