mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-16 19:50:42 +01:00
- Scale pdf by 2, in order to read smaller QR Codes - Read last page of PDF (2nd dose often on 2nd page)
CovidPass
Web app for adding EU COVID-19 Vaccination Certificates to your wallets
The API can be found here.
Setup
npm install
npm install -g nodemon
Debug locally
nodemon -w server.js server.js
Build and run the container
docker build . -t covidpass
docker run -t -i -p 3000:3000 covidpass
Languages
TypeScript
95.9%
JavaScript
2.1%
Dockerfile
2%