A web based NZ COVID Pass scanner
Create a .env.development file
touch .env.developmentAdd trusted verifiers to environment variables
GATSBY_TRUSTED_ISSUER=did:web:nzcp.covid19.health.nz
Install node packages
yarnRun the development scripts
yarn gatsby:clean && yarn gatsby:developThis project uses Conventional Commits, instead of using
git commit ...Please type
yarn commitA prompt will appear on your CLI to fill the commit message