This repo uses pnpm as a package manager. It includes the following packages/apps:
appswebsite: Main website app writtem in Next.js app
packagesui: A stub React component library.tsconfig:Typescriptconfigurations.
Each package/app is 100% TypeScript.
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
pnpm run buildTo develop all apps and packages, run the following command:
pnpm run dev