mirror of https://github.com/status-im/pluto.git
447 B
447 B
Development
Development requires Deps and CLI tooling installed.
Run dev mode using make dev
.
Tests
Run Clojure tests using clojure -A:test-clj
(or continuously via clojure -A:test-clj -w src
)
Run ClojureScript tests using clojure -A:test-cljs