Skip to content

RichoM/pbits-exercises

Repository files navigation

pbits-exercises

Development

Compile the cljs sources on every change:

$ shadow-cljs watch main

Start the electron process:

$ npm start

Then connect to the nREPL on port 9000.

Building

Just run the build.bat and the output will be written to /out.

You'll need both shadow-cljs and electron-packager installed globally.