Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 988 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 988 Bytes

HumeTube

Browser extension crowd-sourcing @YouTube video reactions with @HumeAI.

Data flow

Development

Extension

  1. Open chrome://extensions in Chrome.
  2. Enable Developer mode.
  3. Click Load unpacked.
  4. Select the extension directory.

HTTP server

cd server
deno task start

Database

Deployment

  • How we distribute, install, and run the extension (explain that we are planning to support more than just Chrome, but only Chrome for now).
  • How we deploy and host the HTTP server.
  • How we provision and maintain the database.

Created with <3 by [@EthanThatOneKid]