View vaccination rates for each District Health Board (DHB) in New Zealand and track daily progress towards the 90% goal, enabling Kiwis to get out of lockdown.
Report a Bug · Request a Feature
Report a Bug · Request a Feature
This project requires NodeJs 14.18.1. We suggest using nvm or fnm to install the correct version.
You can also download the binaries from the official source here
Note we are restricted to use NodeJS 14.18.1 as we use netlify which uses AWS Lambdas to host our application. The latest NodeJs version AWS Lambda currently supports is 14.18.1.
# install all of the dependencies
npm i
# run the development server
npm run dev
Open https://localhost:3000 with your browser to see the result.
This project uses Next.js take a look at the following resources to learn more about it:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.