About • Development • Support • Contribute • Contributors • Licensing
## About This repository contains the source code of the EU Digital COVID Certificate Issuance Web Frontend. The issuer application frontend provides a user interface that is used by the issuer to enter the necessary data for DGC issuance. The system is based on EU-Guidelines for the [EU digital green certificates](https://ec.europa.eu/info/live-work-travel-eu/coronavirus-response/safe-covid-19-vaccines-europeans/covid-19-digital-green-certificates_en). ## Development ### Prerequisites - [ ] [Git](https://git-scm.com/) - [ ] [Node.js](https://nodejs.org/en/download/) (which comes with [npm](https://www.npmjs.com/)) - [ ] [yarn](https://yarnpkg.com/) (recommended) ### How to use We recommend to use yarn to install and run the project. However the npm package manager can also be used. #### Getting the source code ``` # Clone this repository $ git clone https://github.com/eu-digital-green-certificates/dgca-issuance-web.git # Go into the repository $ cd dgca-issuance-web ``` #### Starting the project (yarn) ``` # Install yarn $ npm install -g yarn # Install dependencies $ yarn install # Run the app $ yarn start ``` #### Starting the project (npm) ``` # Install dependencies $ npm install # Run the app $ npm run start ``` ## Support and feedback The following channels are available for discussions, feedback, and support requests: | Type | Channel | | ------------------------ | ------------------------------------------------------ | | **Issues** |