Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

olegakbarov/tape

Repository files navigation

Cryptounicorns Desktop

Build Status

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.

Development

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)

Code style

Lint and check and format code

boot check-sources
make fmt

Dependencies

Check outdated deps

boot -d boot-deps ancient