This turborepo uses pnpm as a package manager. It includes the following packages/apps:
web
: Astro build appui
: a stub React, Vue, Solid component librarytsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
To build all apps and packages, run the following command:
cd astro-blog
pnpm run build
To develop all apps and packages, run the following command:
cd astro-blog
pnpm run dev