rainmote / d-qqt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build this project, you'll need the Clojure CLI tool:

https://clojure.org/guides/deps_and_cli

To develop in a browser with live code reloading:

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

About


Languages

Language:Clojure 99.2%Language:HTML 0.8%