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! 🙂
Also looking forward to learning about your v1 migration experience, so please do share it when you get to it.
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
It's a ClojureScript project, so you'll want to run npm install
before everything
(I use Electron with devcards because the problem domain is quite complicated, so I test against node and browser on a single run 😄)
Cool, I’ll give that a try sometime soon!