This is a low-threshold information page that displays all available COVID vaccination appointments in the province of Upper Austria.
It is intended for a quick check if an earlier appointment is available.
# Installation
npm i -g http-server
npm i
# Development
npm run dev
# Build & Serve
npm run generate
cd dist
http-server
# Lints and fixes files
npm run lint