Skip to content

Commit

Permalink
add repl setup to development document
Browse files Browse the repository at this point in the history
  • Loading branch information
kidylee authored and tiensonqin committed Feb 14, 2023
1 parent b72bf68 commit 05f9748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/develop-logseq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f9748

Please sign in to comment.