Development requires Deps and CLI tooling installed.
Run dev mode using make dev
.
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
Documentation website is maintained using docusaurus. The layout logic can be found in website
while the content is kept in docs
.
To hack on the documentation, run npm run start
in website
folder.
To make possible deploying the new version of the page from the master
branch a Jenkins job is configured at:
https://jenkins.status.im/job/misc/job/pluto/
This job is ran according to the Jenkinsfile
configuration.
In order for this to work there are two requirements:
status-im-auto
user which API token is used needs to have at least write access.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close