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