We need a shell script which downloads the all the website's content and creating a checksum. Also a local one which builds the local version with npm and creating a checksum as well. So the checksums must be the same. Scripts like check live and check local.
The purpose of this is to verify whether the actual main branch version running on the live site for privacy audits.
We need a shell script which downloads the all the website's content and creating a checksum. Also a local one which builds the local version with npm and creating a checksum as well. So the checksums must be the same. Scripts like
check liveandcheck local.The purpose of this is to verify whether the actual main branch version running on the live site for privacy audits.