This repo uses pnpm as a package manager. It includes the following packages/apps:
apps
website
: Main website app writtem in Next.js app
packages
ui
: A stub React component library.tsconfig
:Typescript
configurations.
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 build
To develop all apps and packages, run the following command:
pnpm run dev