You'll need Node version 18 or higher, with NPM version 7 or higher to complete this guide. You can check your local versions like this:
node --version && npm --version
Add the Storacha library to your project's dependencies:
npm install @web3-storage/w3up-client
To access full documentaiton on the Javascript client, check out Storacha Docs.