Go to file
jeremiG 2b33b0b549 feat(js): Add support for JavaScript hosts
Refs: #90
2019-01-07 22:41:58 +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 Introduced separate pluto-web project 2019-01-03 12:25:52 +01:00
pluto-web Introduced separate pluto-web project 2019-01-03 12:25:52 +01:00
scripts feat(js): Add support for JavaScript hosts 2019-01-07 22:41:58 +01:00
src/pluto Introduced separate pluto-web project 2019-01-03 12:25:52 +01:00
test/pluto Added :or type 2018-12-27 17:07:13 +01:00
website Updated default extension 2018-11-29 16:18:22 +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 separate pluto-web project 2019-01-03 12:25:52 +01:00
README.md Introduced separate pluto-web project 2019-01-03 12:25:52 +01:00
deps.edn Introduced separate pluto-web project 2019-01-03 12:25:52 +01:00
package.json feat(js): Add support for JavaScript hosts 2019-01-07 22:41:58 +01:00
project.clj Introduced separate pluto-web project 2019-01-03 12:25:52 +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: