Skip to content

Bug-Bust3rs/Project-F

Repository files navigation

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • vite-project: a Vite + Reactjs app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Build

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

pnpm install
pnpm build

Develop

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

pnpm install
pnpm dev