Skip to content

Telegram Mini App for content streaming from DDC

Notifications You must be signed in to change notification settings

cere-io/integration-telegram-app

Repository files navigation

DDC Streaming Telegram Mini App

Telegram Mini Application that allows users to stream content/watch content, use a subscription model to get access to content and verify NFT ownership.

How to run

  1. Install dependencies
npm install
  1. Copy ENV file
cp .env.dev .env
  1. Start for development
npm start
  1. Build for production
npm run build

How to deploy

Just merge changes into dev or master branch. These standard CI jobs will deploy the app to appropriate environment.