- Install deps
pnpm install
- Run storybook
pnpm storybook
- Create a new file in src/templates
- Create .stories.tsx file
- Run the command `pnpm storybook`
- Export the new template in src/templates/index
- Add the new template to templatesMap src/bin/generate-pdfs
- Run the command `pnpm generate-pdfs`
The pdf file will be available in the generated-pdfs folder