Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 659 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 659 Bytes

BlinkRead

BlinkRead is a chrome extension that generates a quick summary of any website, powered by OpenAI GPT-3.

Quick Installation

You can find the extension on the release page.

Getting Started

Dev mode

yarn && yarn dev

Production mode

yarn && yarn build

Load Extension

After running yarn dev or yarn build, a folder called extension will be generated by Vite. Load it on the Chrome extension page.

Server

You can find server-side code in this repo blinkread-server.