Ensure you have Node.js and pnpm installed.
- Clone the repository:
git clone https://github.com/2077-Collective/DappTv.git
cd DappTv
- Install dependencies:
pnpm install
This project requires specific environment variables to interact with the YouTube API. Follow these steps to configure them:
- Copy the
.env.example
file to a new file called.env
. - Open the
.env
file and replace the placeholder values with your own YouTube API key and channel ID:
To start the development server, run:
pnpm dev