Go to file
Andrey Shovkoplyas 00863a9e0c
added parameter to hook-in
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-11-28 18:27:22 +01:00
.circleci Testing website 2018-06-25 15:59:59 +02:00
docs Removed Bruce 2018-11-07 16:27:19 +01:00
examples/src/pluto added parameter to hook-in 2018-11-28 18:27:22 +01:00
figwheel Introducing for blocks 2018-10-18 14:54:55 +02:00
scripts Improved CLJS testing infrastructure 2018-10-01 08:44:29 +02:00
src/pluto added parameter to hook-in 2018-11-28 18:27:22 +01:00
test/pluto Fixed incorrect property replacement 2018-11-25 17:32:48 +01:00
website Added new components 2018-11-26 10:36:30 +01:00
.gitignore fix event metadata marker 2018-10-18 16:21:58 +02:00
Jenkinsfile Fixed missing JS build 2018-08-31 17:11:47 +02:00
README.md Improved CLJS testing infrastructure 2018-10-01 08:44:29 +02:00
deps.edn Updated to latest ClojureScript 2018-11-06 10:30:06 +01:00
project.clj Moved to new dev release 2018-11-27 11:53:52 +01:00

README.md

CircleCI

Development

Development requires Deps and CLI tooling installed.

Run figwheel using clojure -A:figwheel.

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

Documentation

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.

Continous Deployment

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: