Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit abc0e82

Browse files
terichadbourneAlan Shaw
authored and
Alan Shaw
committed
docs: add screenshots and more detailed steps for mfs example (#2229)
1 parent 2b38b1b commit abc0e82

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

browser-mfs/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,22 @@
22

33
The MFS is a file system abstraction built on top of IPFS. It supports all the operations you would expect such as creating directories, adding files to them, renaming, coping, deleting, etc.
44

5+
This demo allows you to upload files from your computer and use them to explore MFS methods from within your web browser.
6+
7+
![screenshot](screenshot_1.png)
8+
9+
![screenshot](screenshot_2.png)
10+
511
## Running the demo
612

13+
Fork and clone this repo.
14+
15+
Navigate into this directory:
16+
17+
```
18+
$ cd js-ipfs/examples/browser-mfs
19+
```
20+
721
In this directory:
822

923
```

browser-mfs/screenshot_1.png

222 KB
Loading

browser-mfs/screenshot_2.png

288 KB
Loading

0 commit comments

Comments
 (0)