Browse Source

add repl setup to development document

Kidy Lee 2 years ago
parent
commit
05f9748590
1 changed files with 7 additions and 0 deletions
  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