Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 278 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 278 Bytes

Combine N PDF's

Simple application to combine N PDF's in a single file.

Alt Text

RUN:

   cd api/ && npm i && npm run dev
   cd web/ && npm i && npm start