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 edddc9b24e Copy config in dockerfile 2021-07-02 22:50:20 +02:00
.github/workflows Wrong folder for action 2021-06-28 22:30:39 +02:00
components Prepare for localization 2021-07-02 20:55:26 +02:00
pages Copy config in dockerfile 2021-07-02 22:50:20 +02:00
public Prepare for localization 2021-07-02 20:55:26 +02:00
src Prepare for localization 2021-07-02 20:55:26 +02:00
.dockerignore Initial commit 2021-06-25 12:18:25 +02:00
.gitignore Transition to typescript 2021-07-01 00:49:05 +02:00
Dockerfile Copy config in dockerfile 2021-07-02 22:50:20 +02:00
LICENSE Add license 2021-06-26 15:39:04 +02:00
README.md Fix typos and minor layout issue 2021-06-30 00:59:11 +02:00
docker-compose.yml Fix https redirect 2021-06-27 00:39:19 +02:00
next-env.d.ts Transition to typescript 2021-07-01 00:49:05 +02:00
next-i18next.config.js Prepare for localization 2021-07-02 20:55:26 +02:00
next-seo.config.js Prepare for localization 2021-07-02 20:55:26 +02:00
next.config.js Prepare for localization 2021-07-02 20:55:26 +02:00
package.json Prepare for localization 2021-07-02 20:55:26 +02:00
postcss.config.js Initial commit 2021-06-25 12:18:25 +02:00
tailwind.config.js Design polish etc. 2021-06-28 18:17:16 +02:00
tsconfig.json Transition to typescript 2021-07-01 00:49:05 +02:00
yarn.lock Prepare for localization 2021-07-02 20:55:26 +02:00

README.md

CovidPass

CovidPass

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

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