A module for Bluebird which backs the inbuilt reading mode, powered by Mozilla Readability
- Ensure you have Bun and Git installed
- Clone the repo
git clone https://github.com/bluebird-developers/Bluebird.Modules.Readability.git
- Navigate into the newly cloned folder
- Install dependencies:
bun install
- To build:
bun run build
=> This generates a fully self-contained js file inside the ./dist directory for use in a browser