/web3.storage

The simple file storage service for IPFS & Filecoin

Primary LanguageJavaScriptOtherNOASSERTION

web3.storage

The simple file storage service for IPFS & Filecoin

Getting started

This project uses node v16 and npm v7. It's a monorepo that use npm workspaces to handle resolving dependencies between the local packages/* folders.

npm install

To add a new workspace to the repo:

npm init -w ./packages/website

To run an npm script in one or more workspaces

npm run test --workspace=a --workspace=b