Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 810 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 810 Bytes

YouTube Summerizer

Powered By

  • Render ― a cloud platform for building and shipping web applications.
  • Youtube V2 ― a proxy API for extracting youtube data.
  • Gemini API ― the Gemini 1.5 Flash API provided by Google.

Running Locally

  1. install dependencies using pnpm:

    pnpm install
  2. create .env file that has all the required vars in env.ts file.

  3. start the development server on localhost:5173:

    pnpm dev
  4. build and preview the website by running:

    pnpm preview

License

Distributed under the MIT license.