Telegram Mini Application that allows users to stream content/watch content, use a subscription model to get access to content and verify NFT ownership.
- Install dependencies
npm install
- Copy ENV file
cp .env.dev .env
- Start for development
npm start
- Build for production
npm run build
Just merge changes into dev
or master
branch. These standard CI jobs will deploy the app to appropriate environment.