Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 587 Bytes

ipfs-dag-builder-vis

See how the DAGs get built

screenshot

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.