Skip to content

cere-io/telegram-app-cms

 
 

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.

About

Telegram Mini App Content Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.5%
  • HTML 18.6%
  • CSS 7.9%