git clone
In the project folder (./repro-attribution-reporting-issue
):
npm i
brew install mkcert
mkcert -install
mkcert localhost
- Run as localhost HTTPS:
node ./index-https.js
- Run as localhost HTTP:
node ./index.js
git clone
In the project folder (./repro-attribution-reporting-issue
):
npm i
brew install mkcert
mkcert -install
mkcert localhost
node ./index-https.js
node ./index.js