haxxnz / vaxxed-as-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaxxed As

A web based NZ COVID Pass scanner

Getting started

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

Contributing

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

About


Languages

Language:TypeScript 82.5%Language:CSS 10.4%Language:JavaScript 7.1%