Unofficial website with tools, docs, and API reference for building on Telegram.
| Command | Action |
|---|---|
bun install |
Install dependencies |
bun run dev |
Start local dev server at localhost:4321 |
bun run build |
Build production site to ./dist/ |
bun run preview |
Preview production build locally |
API spec comes from @grom.js/bot-api-spec, the structured representation of the Telegram Bot API.