File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,20 @@ The canonical TMA starter lives in `https://github.com/SpawnDock/tma-project`.
1212` @spawn-dock/create ` clones that repo, applies the bundled SpawnDock TMA overlay,
1313and then writes project-specific runtime files.
1414
15- ## Usage
15+ ## Quick Start
16+
17+ The easiest way to create a project is through the Telegram bot — it generates a ready-to-run command with the pairing token already included:
18+
19+ 👉 ** https://t.me/TMASpawnerBot **
20+
21+ ## Manual Usage
1622
1723``` bash
1824npx -y @spawn-dock/create@beta --token < pairing-token> [project-dir]
1925```
2026
27+ > ** Note:** ` --token ` ** is required** You can obtain a pairing token from [ @TMASpawnerBot ] ( https://t.me/TMASpawnerBot )
28+
2129If npm registry access is unavailable, the GitHub fallback remains:
2230
2331``` bash
You can’t perform that action at this time.
0 commit comments