🚀 A Telegram Mini App for displaying cryptocurrency exchange rates.
Tech stack: Vue 3 + Vite + Pinia + Vue Router + ofetch + zod.
# clone the repository
git clone [email protected]:username/tg-crypto-rates.git
cd tg-crypto-rates
# install dependencies
pnpm install
# start the dev server
pnpm dev
# build for production
pnpm build
# preview the production build
pnpm preview