How to deploy a website built and ran with parcel in terminal just by clicking on the Github page link?
I’ve built a website with ParcelJs, and I used parcel *.html to deploy it in terminal while working on it. Now I synchronize all the files on my repository on GitHub and want to use GitHub Page to deploy it, but it didn’t work.