EU Digital COVID Certificate Booking Demo Frontend

AboutDevelopmentSupportContributeLicensing

About

This repository contains the source code of the EU Digital COVID Certificate Booking Demo Frontend.

The main implementation of the Booking-Demo can be found here: https://github.com/eu-digital-green-certificates/dgca-booking-demo

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-booking-demo-frontend.git

# Go into the repository
$ cd dgca-booking-demo-frontend

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.

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.