Fork me on GitHub
#rewrite-clj
<
2021-03-30
>
lread13:03:38

Awesome @mauricio.szabo! Note that I do not currently test against atom-chlorine because I did not grok how to easily run its unit tests. Feel free to educate me! đŸ™‚

lread13:03:51

Also looking forward to learning about your v1 migration experience, so please do share it when you get to it.

mauricio.szabo13:03:21

Yeah, it's not really that easy. All the code is currently on repl-tooling, so you clone that repository, run ./scripts/watch, and then after you see that the builds are completed, you run npm start

mauricio.szabo13:03:40

It's a ClojureScript project, so you'll want to run npm install before everything

mauricio.szabo13:03:23

(I use Electron with devcards because the problem domain is quite complicated, so I test against node and browser on a single run đŸ˜„)

lread13:03:18

Cool, I’ll give that a try sometime soon!