/dgca-issuance-web

Repository for the dgca issuance web app.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

EU Digital COVID Certificate Issuance Web Frontend

AboutDevelopmentSupportContributeContributorsLicensing

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.

Development

Prerequisites

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
Other requests

How to contribute

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.

Contributors

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.

Licensing

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.