Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 503 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 503 Bytes

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

Screenshot of jaukerl-ooe.m8.at

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