Cryptounicorns Desktop is a cryptocurrency price tracking app. It is designed to work with multiple (possibly a lot) exchanges, allowing you to gain instights about price fluctuations at rapid pace. Long-term goal is to make approachable interface for vast majority of exchange markets.
To start working in development mode you got to have and boot, and electron installed on your machine. You also need to run npm i to get JavaScript dependencies.
boot watch dev-build
In first tab run:
sh run.sh
After compilation of ClojureScript is complete, in second(!) tab run:
electron target/
At this point you can connect to boot REPL, and execute (start-repl) command:
boot repl -c
boot.user=> (start-repl)
boot check-sources
make fmt
Check outdated deps
boot -d boot-deps ancient


