Skip to content

2077-Collective/DappTv

Repository files navigation

Prerequisites

Ensure you have Node.js and pnpm installed.

Setup

  1. Clone the repository:
   git clone https://github.com/2077-Collective/DappTv.git
   cd DappTv
  1. Install dependencies:
pnpm install

Set Up Environment Variables

This project requires specific environment variables to interact with the YouTube API. Follow these steps to configure them:

  1. Copy the .env.example file to a new file called .env.
  2. Open the .env file and replace the placeholder values with your own YouTube API key and channel ID:

Development

To start the development server, run:

pnpm dev