ShizukuIchi / pdf-editor

Offline PDF editor. Add images, signatures, text to PDF in your browser. 🚀
https://pdf-editor.now.sh
MIT License
1.56k stars 308 forks source link

403 Forbidden #46

Open virbo opened 1 year ago

virbo commented 1 year ago

haii, i try to running at local but i get error 403 Forbidden, how to fix this issue?

MessiDaGod commented 1 year ago

add this to package.json under scripts: "start:dev": "sirv public --single --dev --port 5555" then run using:

yarn start:dev