About • Development • Support • Contribute • Licensing
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
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-booking-demo-frontend.git
# Go into the repository
$ cd dgca-booking-demo-frontend
# 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.
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.