Bidoof is a bridge bidding program meant to help teach how to bid in contract bridge.
Build for CLJS and start in figwheel:
clj -M:dev
To build a release version for the web:
clj -M:prod
To develop the native version:
clj -M:dev native
# NOTE: On Mac OS, you need to add the macos alias:
clj -M:dev:macos native
To build the native version as a jar file:
clj -M:prod uberjar
To run clj-kondo:
clj -M:clj-kondo
Of particular clj-kondo interest is this command that will update the cache to include everything in the classpath:
clj -M:clj-kondo --lint "$(clojure -Spath)" --dependencies --paralell --copy-configs