covidpass-greenpass-su-ipho.../README.md

16 lines
252 B
Markdown
Raw Normal View History

2021-06-25 12:18:25 +02:00
# CovidPass
2021-06-25 21:21:58 +02:00
Web app for adding EU COVID-19 Vaccination Certificates to your wallets
2021-06-25 12:18:25 +02:00
## Debug locally
```sh
nodemon -w server.js server.js
```
Build and run the container
2021-06-25 12:18:25 +02:00
```sh
docker build . -t covidpass
2021-06-25 21:21:58 +02:00
docker run -t -i -p 3000:3000 covidpass
2021-06-25 12:18:25 +02:00
```