Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 759 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 759 Bytes

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

  • web: Astro build app
  • ui: a stub React, Vue, Solid component library
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd astro-blog
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd astro-blog
pnpm run dev