Send a message to Telegram Create a public channel in Telegram Create a bot chatting with "BotFather" Take the token provided after bot creation Make a fetch to Telegram API
Astro files formatting Install the plugins pnpm/npm add/install -D prettier prettier-plugin-astro Paste this code into your file ".prettierrc.mjs" // .prettierrc.mjs
Node + TypeScript Initial setup mkdir typescript-starter cd typescript-starter Setup Node.js package.json