Closed sripwoud closed 2 years ago
Isn't web3StorageAPIKey missing from the configuration section of the README?
web3StorageAPIKey
After "simply" following the config.sample.json file, this line was throwing when running yarn dev.
config.sample.json
yarn dev
This PR adds a new entry in config.sample.json for web3StorageAPIKey and document it in the README.
thanks for spotting it - merging
Isn't
web3StorageAPIKey
missing from the configuration section of the README?After "simply" following the
config.sample.json
file, this line was throwing when runningyarn dev
.This PR adds a new entry in
config.sample.json
forweb3StorageAPIKey
and document it in the README.