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 bothadmin
and future frontend apps@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s 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 dev
To build all apps and packages, run the following command:
pnpm build