Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 617 Bytes

File metadata and controls

9 lines (7 loc) · 617 Bytes

The Backframe admin monorepo

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