An open API service indexing awesome lists of open source software.

https://github.com/ipfs-shipyard/ipfs-dag-builder-vis

See how the DAGs get built
https://github.com/ipfs-shipyard/ipfs-dag-builder-vis

dag graph ipfs ipfs-gui merkle unixfs visualization

Last synced: 18 days ago
JSON representation

See how the DAGs get built

Awesome Lists containing this project

README

        

# ipfs-dag-builder-vis

> See how the DAGs get built

screenshot

## Getting started

Requires node>=16 and npm>=6

Fetch the dependencies

```sh
npm install
```

Run the site in dev mode

```sh
npm start
```

Build the site as static html for deployment

```sh
npm run build
```

## Deploy

[Fleek](https://app.fleek.co/#/sites/ipfs-dag-builder-vis/overview) is configured to build and publish the site to IPFS when a change is merged to the main branch.