mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 04:45:08 +01:00
20 lines
335 B
Markdown
20 lines
335 B
Markdown
# Telegram Web Z
|
|
|
|
## Local setup
|
|
|
|
```sh
|
|
mv .env.example .env
|
|
|
|
npm i
|
|
```
|
|
|
|
Obtain API ID and API hash on [my.telegram.org](https://my.telegram.org) and populate the `.env` file.
|
|
|
|
## Dev mode
|
|
|
|
```sh
|
|
npm run dev
|
|
```
|
|
|
|
If you find an issue with this app, let Telegram know using the [Suggestions Platform](https://bugs.telegram.org/c/4002).
|