# Mahjong Web This project uses Vue 3, TypeScript, Vite, and `pnpm` for package management. ## Setup Install dependencies: ```bash pnpm install ``` Start the development server: ```bash pnpm dev ``` Build for production: ```bash pnpm build ``` Preview the production build: ```bash pnpm preview ```