mirror of
https://github.com/status-im/pluto.git
synced 2025-02-23 16:08:14 +00:00
321 B
321 B
Launch figwheel with ./scripts/figwheel.sh then open http://127.0.0.1/index.html
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.