npm install opendal
See our documentation on opendal.apache.org.
To build the docs locally, please run the following commands:
# Only need to run once unless you want to update the docs theme
pnpm run build:theme
# Build the docs
pnpm run docs
Services behavior tests read necessary configs from env vars or the .env
file.
You can copy .env.example to $(pwd)/.env