mirror of
https://github.com/status-im/pluto.git
synced 2025-02-23 16:08:14 +00:00
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
Development
Development requires Deps and CLI tooling installed.
Run Clojure tests using clojure -A:test-clj
Run ClojureScript tests using clojure -A:test-cljs
Run figwheel using clojure -A:figwheel
.
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
.
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.
Description
Languages
Clojure
98.5%
HTML
1.1%
Makefile
0.3%
Shell
0.1%