Everything you need to build the CTRL Telegram WebApp
Install dependencies
pnpm installStart a development server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of app
npm run buildPreview the production build of the app
npm run preview