Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Conjure/figwheel with Eleven's codebase #20

Open
humorless opened this issue Mar 22, 2024 · 0 comments
Open

Using Conjure/figwheel with Eleven's codebase #20

humorless opened this issue Mar 22, 2024 · 0 comments

Comments

@humorless
Copy link
Owner

humorless commented Mar 22, 2024

  1. Make sure that in onze.cljs.edn
:optimizations :none
  1. Invoke the clj in a terminal with the command like
clj -M:figwheel-cider

with alias defined as

  :figwheel-cider
  {:extra-deps {cider/cider-nrepl {:mvn/version "0.25.6"}
                cider/piggieback {:mvn/version "0.5.3"}}
   :main-opts ["-m" "nrepl.cmdline" "--middleware"
               "[cider.nrepl/cider-middleware,cider.piggieback/wrap-cljs-repl]"
               "--interactive"]}
  1. In the terminal, give commands like
(start)  ;; invoke the backend application
(fw)     ;; invoke the `figwheel.main.api/start`
  1. In the Editor
:ConjurePiggieback (figwheel.main.api/repl-env "onze")
  1. To quit
:ConjureEval :cljs/quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant