Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 843 Bytes

File metadata and controls

56 lines (36 loc) · 843 Bytes

Bidoof

Introduction

Bidoof is a bridge bidding program meant to help teach how to bid in contract bridge.

Building

Web Versions

Build for CLJS and start in figwheel:

clj -M:dev

To build a release version for the web:

clj -M:prod

Native Versions

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

Running clj-kondo Tool

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