Skip to content

storacha-network/local.freeway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local.freeway

Run freeway locally!

Usage

Install Node.js v20.11+ from nodejs.org.

Clone repo and install dependencies:

git clone https://github.com/w3s-project/local.freeway.git
cd local.storage
npm install

Copy .env.template to .env and set environment variables:

### required

CONTENT_CLAIMS_SERVICE_URL=http://localhost:3000/claims

### optional

PORT=9000

Start the service:

npm start

Contributing

All welcome! web3.storage is open-source.

License

Dual-licensed under MIT + Apache 2.0