Go to file
Julien Eluard 673c7a323e
Updated image
2019-03-26 13:34:46 +01:00
.circleci Updated image 2019-03-26 13:34:46 +01:00
pluto-playground Introduced new error structure 2019-03-26 12:07:33 +01:00
pluto-web Introduce improved playground 2019-03-21 09:39:18 +01:00
scripts [Fixes #125] Removed now irrelevant example page 2019-01-11 10:53:42 +01:00
src/pluto Introduced new error structure 2019-03-26 12:07:33 +01:00
test/pluto Introduced new error structure 2019-03-26 12:07:33 +01:00
website Improved UI 2019-03-15 17:15:28 +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
Makefile Introduced new error structure 2019-03-26 12:07:33 +01:00
README.md Introduced separate pluto-web project 2019-01-03 12:25:52 +01:00
deps.edn Introduced new error structure 2019-03-26 12:07:33 +01:00
package.json feat(js): Add support for JavaScript hosts 2019-01-07 22:41:58 +01:00
project.clj Prepare for next iteration 2019-03-14 16:38:11 +01:00

README.md

CircleCI

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

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: