# ACME Ginger

---

## Project Info

Blank Ginger application for testing purposes.

Currently the following checkouts of this application are available:

* Production: [https://acme.dwerk.at](https://acme.dwerk.at)


## Requirements
Make sure your system meets the following:

* [composer](https://getcomposer.org/)
* [yarn](https://yarnpkg.com/)
* [symfony-binary](https://symfony.com/download) (optional)


## Install

* Clone this project.
* Adjust your project settings in `.env.local`.
* Install project dependencies:

```
smyfony composer install
```

* Start your local development server:

```
symfony server:start -d
```



