Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 998 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 998 Bytes

Tech Stack

Apps and Packages

  • api: Backend
  • web: Frontend
  • ui: Frontend Helper
  • prisma: ORM

Build

To build all apps and packages, run the following command:

cd digital-library
pnpm build

Develop

To develop all apps and packages, run the following command:

cd digital-library
pnpm dev