https://dim-sum-miniapps-shadowing-game.vercel.app/
This Dim-sum-miniapps is built and managed by turborpo(monorepo).
This Dim-sum-miniapps Turborepo includes the following packages/apps:
shadowing_game
: a Next.js shadowing_game app<your new app>
: you could add your new app in the floder ./apps@repo/ui
: a stub React component library shared by bothweb
anddocs
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
To develop all apps and packages, run the following command:
pnpm dev
To deploy all apps and packages, config the root folder in vercel. and then run the pnpm i and pnpm run bild.
apps/<your miniapp>
pnpm i
pnpm run build