1.1.5 • Published 6 months ago
aswar-pdf-builder v1.1.5
Contribute to the Codebase
- Clone the repository
- install dependency with
npm install
- build the packages with
npm run build
[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
,
and make sure that any changes are output to each packages dist
folder.
[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
.
[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.)