Skip to content

CVamsi27/digital-library

Repository files navigation

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