Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 592 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 592 Bytes

Next.js PDF (post)

This project was Created to ilustrate my post about generating PDF files with next.js

Run Locally

Clone the project

git clone https://github.com/Wonder2210/next-pdf.git 

Go to the project directory

  cd next-pdf

Install dependencies

  yarn install

Start the project

  yarn dev

Documentation

You can learn more about the project on Generating PDF files using Next.js