Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/princejoogie/chunktube

It's YouTube.. but text!
https://github.com/princejoogie/chunktube

gpt-3 openai react typescript whisper

Last synced: about 1 month ago
JSON representation

It's YouTube.. but text!

Awesome Lists containing this project

README

        

# ChunkTube

It's YouTube.. but text.

https://user-images.githubusercontent.com/47204120/232245592-4aaabebe-cac8-4e3c-bfd9-195dbac45025.mp4

## Usage

```bash
# install dependencies
yarn install

# copy and modify `.env`
cp .env.example .env

# (OPTIONAL) if you want to run database locally with docker
# open another terminal and run
docker compose up database

# start web and server
# open another terminal and run
yarn with-env yarn dev

# this mirrors your localhost so clerk can access it
# copy ngrok url to your clerk webhooks
# /api/hooks/clerk
# open another terminal and run
ngrok http 3000

```

---

Made with ☕ by Prince Carlo Juguilon