Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 675 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 675 Bytes

Bluebird Readability Module

A module for Bluebird which backs the inbuilt reading mode, powered by Mozilla Readability

image

Build locally

  1. Ensure you have Bun and Git installed
  2. Clone the repo
git clone https://github.com/bluebird-developers/Bluebird.Modules.Readability.git
  1. Navigate into the newly cloned folder
  2. Install dependencies:
bun install
  1. To build:
bun run build

=> This generates a fully self-contained js file inside the ./dist directory for use in a browser