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

Commit

Permalink
docs: add screenshots and more detailed steps for mfs example (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
terichadbourne authored and Alan Shaw committed Jul 10, 2019
1 parent 2b38b1b commit abc0e82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions browser-mfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

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.

This demo allows you to upload files from your computer and use them to explore MFS methods from within your web browser.

![screenshot](screenshot_1.png)

![screenshot](screenshot_2.png)

## Running the demo

Fork and clone this repo.

Navigate into this directory:

```
$ cd js-ipfs/examples/browser-mfs
```

In this directory:

```
Expand Down
Binary file added browser-mfs/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added browser-mfs/screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abc0e82

Please sign in to comment.