A basic equalizer written in ClojureScript using Reagent & Electron.
gem install foreman              # install foreman gem (see Procfile)
npm install electron -g          # install electrob binaries
foreman start &                  # compile cljs and start figwheel
electron .                       # start electronlein cljsbuild once frontend-release # compile ui code
lein cljsbuild once electron-release # compile electron initialization code
electron .                           # start electron to test that everything works
npm run package                      # package everything and create installersAfter that you can follow distribution guide for the electron.
