Go to file
Julien Eluard 4de10d1d4b
Validate queries/events arguments
2018-10-14 15:26:39 +02:00
.circleci Testing website 2018-06-25 15:59:59 +02:00
docs Merge branch 'master' of github.com:jeluard/pluto 2018-10-14 09:57:19 +02:00
examples Validate events/queries 2018-10-09 14:55:53 +02:00
figwheel Validate events/queries 2018-10-09 14:55:53 +02:00
scripts Improved CLJS testing infrastructure 2018-10-01 08:44:29 +02:00
src/pluto Validate queries/events arguments 2018-10-14 15:26:39 +02:00
test/pluto Validate queries/events arguments 2018-10-14 15:26:39 +02:00
website Improved example syntax 2018-10-12 14:01:54 +02:00
.gitignore ignore emacs temp files 2018-10-11 08:22:16 +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 Basic event resolving 2018-10-02 18:22:04 +02:00
project.clj Moved destructuring in its own namespace 2018-10-03 09:28:13 +02: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: