Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.14 KB

README.md

File metadata and controls

76 lines (51 loc) · 2.14 KB

Apache OpenDAL™ Node.js Binding

npm Website

Installation

npm install opendal

Docs

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

Tests

Services behavior tests read necessary configs from env vars or the .env file.

You can copy .env.example to $(pwd)/.env