094e7f99fa
- removed svg from webpack (using it directly in code) - removed unused import in Form.js - removed unused server.js (using next scripts) |
||
---|---|---|
.github/workflows | ||
components | ||
pages | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
next-seo.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js |
README.md
CovidPass
Web app for adding EU COVID-19 Vaccination Certificates to your wallets
The API can be found here.
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