Go to file
Julien Eluard d6d7c8bc33
Added circleci support
2018-06-13 09:19:28 +02:00
.circleci Added circleci support 2018-06-13 09:19:28 +02:00
docs Added missing assets 2018-05-29 17:07:29 +02:00
examples/resources/extensions/piplette Improved figwheel layout 2018-06-05 09:44:29 +02:00
figwheel Improved figwheel configuration 2018-06-06 09:19:49 +02:00
scripts Simplified build system 2018-06-04 09:33:49 +02:00
src/pluto Improved figwheel layout 2018-06-05 09:44:29 +02:00
test/pluto Improved figwheel layout 2018-06-05 09:44:29 +02:00
.gitignore Disabled IPFS for now. Load from HTTP 2018-05-29 16:58:10 +02:00
README.md Simplified build system 2018-06-04 09:33:49 +02:00
deps.edn Improved figwheel configuration 2018-06-06 09:19:49 +02:00
project.clj Introduced blocks ns 2018-05-03 16:58:26 +02:00

README.md

Development

Development requires Deps and CLI tooling installed.

Run Clojure tests using clojure -Atest-clj Run ClojureScript tests using clojure -Atest-cljs

Run figwheel using clojure -Afigwheel.

IPFS

To upload a directory to IPFS:

ipfs daemon

To add a directory:

ipfs add -r {dir-name}

After that it will be available through localhost:8080 and the main gateway. It will eventually disappear from the main gateway.