Skip to content
/ vidly Public

Convert YouTube from consumption to true learning

Notifications You must be signed in to change notification settings

dalmia/vidly

Repository files navigation

Vidly

Transform YouTube from consumption to true learning.

Installation

Backend Setup

  1. Navigate to the server directory:
cd server
  1. Install virtualenv (make sure you have python3.13 installed)
pip install virtualenv
  1. Create a virtual environment:
virtualenv venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install Python dependencies:
pip install -r requirements.txt
  1. Create a .env file from the example and add the environment variables:
cp .env.example .env

Frontend Setup

  1. Install Node.js dependencies:
npm install

Running the Application

Development Mode

Backend

cd server
python main.py

Frontend

npm run dev

Accessing the Application

License

MIT

About

Convert YouTube from consumption to true learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published