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 f8a7f05481 Add basic error handling and color picker 2021-06-26 00:28:35 +02:00
components Add basic error handling and color picker 2021-06-26 00:28:35 +02:00
pages Add basic error handling and color picker 2021-06-26 00:28:35 +02:00
public Initial commit 2021-06-25 12:18:25 +02:00
src Add basic error handling and color picker 2021-06-26 00:28:35 +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 Add basic error handling and color picker 2021-06-26 00:28:35 +02:00
docker-compose.yml Add web app to docker compose 2021-06-25 21:21:58 +02:00
next.config.js Initial commit 2021-06-25 12:18:25 +02:00
package-lock.json Add basic error handling and color picker 2021-06-26 00:28:35 +02:00
package.json Add basic error handling and color picker 2021-06-26 00:28:35 +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

README.md

CovidPass

Web app for adding EU COVID-19 Vaccination Certificates to your wallets

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