jaukerl-ooe
jaukerl-ooe copied to clipboard
Overview page for all COVID vaccination appointments in Upper Austria. 💉
jaukerl-ooe.m8.at
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.
Screenshot
Development
# 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