This is the repository for the client-telegram project, providing a Telegram client application.
npm install# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod# Build the project
npm run build
# Watch for changes and build automatically
npm run watch# Remove the dist folder
npm run cleanEnsure you have a .env file with the necessary environment variables. You can use the .env.example file as a template.
This project is licensed under the MIT License file for details.