About • Development • Support • Contribute • Contributors • Licensing
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.
We recommend to use yarn to install and run the project. However the npm package manager can also be used.
# Clone this repository
$ git clone https://github.com/eu-digital-green-certificates/dgca-issuance-web.git
# Go into the repository
$ cd dgca-issuance-web
# Install yarn
$ npm install -g yarn
# Install dependencies
$ yarn install
# Run the app
$ yarn start
# Install dependencies
$ npm install
# Run the app
$ npm run start
The following channels are available for discussions, feedback, and support requests:
Type | Channel |
---|---|
Issues | |
Other requests |
Contribution and feedback is encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.
Our commitment to open source means that we are enabling -in fact encouraging- all interested parties to contribute and become part of its developer community.
Copyright (C) 2021 T-Systems International GmbH and all other contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.