Technology stack: Nuxt + TypeScript + i18n
First, set up your .env file by copying the example:
cd telegram-webapps-demo
cp .env.example .envThen, run the development server:
Recommended versions:
- node >= v20.14.0 (LTS)
- pnpm >= 9.0.0
pnpm install
pnpm run dev
pnpm run generateOpen http://localhost:4000 with your browser to see the result.