Questa web app offre la possibilità di aggiungere i vostri certificati di vaccinazione digitale Covid dell'UE come pass nelle vostre app preferite di wallet su iOS/watchOS o Android/wearOS.
Go to file
Marvin Sextro 1b51a50c51 Initial commit 2021-06-25 12:18:25 +02:00
components Initial commit 2021-06-25 12:18:25 +02:00
pages Initial commit 2021-06-25 12:18:25 +02:00
public Initial commit 2021-06-25 12:18:25 +02:00
res Initial commit 2021-06-25 12:18:25 +02:00
src Initial commit 2021-06-25 12:18:25 +02:00
.dockerignore Initial commit 2021-06-25 12:18:25 +02:00
.gitignore Initial commit 2021-06-25 12:18:25 +02:00
Dockerfile Initial commit 2021-06-25 12:18:25 +02:00
README.md Initial commit 2021-06-25 12:18:25 +02:00
docker-compose.yml Initial commit 2021-06-25 12:18:25 +02:00
next.config.js Initial commit 2021-06-25 12:18:25 +02:00
package-lock.json Initial commit 2021-06-25 12:18:25 +02:00
package.json Initial commit 2021-06-25 12:18:25 +02:00
postcss.config.js Initial commit 2021-06-25 12:18:25 +02:00
server.js Initial commit 2021-06-25 12:18:25 +02:00
tailwind.config.js Initial commit 2021-06-25 12:18:25 +02:00
traefik.yml Initial commit 2021-06-25 12:18:25 +02:00

README.md

CovidPass

Webtool for generating a wallet pass from an official EU COVID-19 Vaccination Certificate QR code

Debug locally

docker build . -t covidpass
docker run --env-file .env -t -i -p 3000:3000 covidpass