Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 260 Bytes

Run the application to your local machine

#Download the code base to your machine
git clone https://github.com/Kanon11/imgToPdf.git

#Go to the project directory
cd imgToPdf

#Download the npm packages
npm i

#Start your application
npm run dev