TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license! (Based on PDFme of hand-dot)
npm install aswar-pdf-builder- Clone the repository
- install dependency with npm install
- build the packages with npm run build
``cmd`
[in pdf-builder dir] $ npm install
[in pdf-builder dir] $ npm run build
Then, run npm run dev on packages/common, packages/schemas, packages/generator, and packages/ui,dist
and make sure that any changes are output to each packages folder.
`cmd`
[in pdf-builder/packages/common dir] $ npm run dev
[in pdf-builder/packages/schemas dir] $ npm run dev
[in pdf-builder/packages/ui dir] $ npm run dev
[in pdf-builder/packages/generator dir] $ npm run dev
If you want to check the changes in the browser, go to playground.
`cmd`
[in pdf-builder/playground dir] $ npm install
[in pdf-builder/playground dir] $ npm run dev
If npm run dev` is running in each package, changes made will be reflected in the playground. (For the UI package, it may take about 5-10 seconds for the changes to be reflected.)