Awesome
ipfs-dag-builder-vis
<img width="1320" alt="screenshot" src="https://user-images.githubusercontent.com/152863/57775953-28dbf380-7716-11e9-8b43-3f42b73ccc4c.png">See how the DAGs get built
Getting started
Requires node>=16 and npm>=6
Fetch the dependencies
npm install
Run the site in dev mode
npm start
Build the site as static html for deployment
npm run build
Deploy
Fleek is configured to build and publish the site to IPFS when a change is merged to the main branch.