mirror of
https://github.com/status-im/pluto.git
synced 2025-02-24 08:28:15 +00:00
17 lines
321 B
Markdown
17 lines
321 B
Markdown
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.
|