You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start Portal and capture all evaluation results over nrepl when portal middleware included, via `:repl/reloaded` or `:dev/reloaded` aliases from [Practicalli Clojure CLI Config](https://practical.li/clojure/clojure-cli/practicalli-config/).
4
+
5
+
Optionally supply a [portal theme](https://cljdoc.org/d/djblue/portal/0.37.1/doc/ui-concepts/themes).
6
+
7
+
!!! EXAMPLE "Start Portal listening to all evaluations"
8
+
```clojure title="dev/portal.clj"
9
+
(nsportal
10
+
(:require
11
+
[portal.api :as inspect]))
12
+
13
+
(definstance
14
+
"Open portal window if no portal sessions have been created.
15
+
A portal session is created when opening a portal window"
0 commit comments