# Getting Started

Prerequisites and other userful information

# Requirements and Installation

### Requirements

- PHP7.4 (with extensions: simplexml, mbstring, gd, dom, mysql)
- [Composer](https://getcomposer.org/)
- MySQL/MariaDB Database

### Installation

- Clone the project to your desired location
- Go into the directory and call ***composer install***

# Workflow

## Features and Bugfixes

When starting to work on a new feature or bugfix, create a new branch from develop and make your changes. After you're done commit and push your changes to the repository and create a pull-request from your branch to develop.

If working on a GitHub-Issue put the ticket-number into the branch name, so we can easily follow the development process.