This monorepo houses the source code for the backframe admin dashboard. It uses pnpm as the package manager and turborepo. It includes the following apps and packages:
- Admin UI - A React app containing the actual UI
- Admin Stub - A mock express server to stub out the backend in dev mode
- Admin Utils - Utilities for making requests to the server
- Database - A package using prisma and sqlite for testing
- Shared - Shared utilities and interfaces across the monorepo