How to make devcards work inside Cursive?

66 Views Asked by At

I am able to run figwheel in Cursive using the instructions on the lein-figwheel site (only the option opening files in Intellij didn't work). I would like to do the same for devcards.

1

There are 1 best solutions below

0
On BEST ANSWER

I gave up running figwheel inside Cursive (including for devcards). Cursive failed to always update the running code (I followed the instructions at the lein-figwheel site). For running devcards using lein, the instructions at the devcards site work fine. Be careful as minor mistakes, in the project.clj file, will make devcard fail (I suggest you run their example and then adapt it to your project).