You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Download the code base to your machine
git clone https://github.com/Kanon11/imgToPdf.git
#Go to the project directorycd imgToPdf
#Download the npm packages
npm i
#Start your application
npm run dev