Based on Webogram, patched and improved. Available for everyone here: https://web.telegram.org/k/
Install dependencies with:
pnpm install
This will install all the needed dependencies.
Just run pnpm start
to start the web server and the livereload task.
Open http://localhost:8080/ in your browser.
Run node build
to build the minimized production version of the app. Copy public
folder contents to your web server.
You are welcome in helping to minimize the impact of bugs. There are classes, binded to global context. Look through the code for certain one and just get it by its name in developer tools. Source maps are included in production build for your convenience.
Should be applied like that: http://localhost:8080/?test=1
If you find an issue with this app or wish something to be added, let Telegram know using the Suggestions Platform.
The source code is licensed under GPL v3. License is available here.