The entire collection of apps for building the Meal planning solution for Africa.
This Turborepo includes the following packages/apps:
admin: a Vite app for powering Backoffice managementbackend: another Nitro app for backend development@repo/ui: a stub React component library shared by bothadminand future frontend apps@repo/eslint-config:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)@repo/typescript-config:tsconfig.jsons used throughout the monorepo@repo/shared: Shared utilities used throughout the monorepo@repo/apis: API code and query utilities 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
- Prettier for code formatting
- Biome - Formatting, Linting and Code quality
- Ofetch - Data fetching
- Zod - Type safe and Data Validation
- Effect - Code confidence
To develop all apps and packages, run the following command:
pnpm devTo build all apps and packages, run the following command:
pnpm build