1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-16 19:50:42 +01:00
2021-06-30 00:59:11 +02:00

25 lines
371 B
Markdown

# CovidPass
![CovidPass](https://covidpass.marvinsextro.de/thumbnail.png)
Web app for adding EU COVID-19 Vaccination Certificates to your wallets
## Setup
```sh
npm install
npm install -g nodemon
```
## Debug locally
```sh
nodemon -w server.js server.js
```
Build and run the container
```sh
docker build . -t covidpass
docker run -t -i -p 3000:3000 covidpass
```