Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 830 Bytes

GDZ

Build Status

Requirements

You need PHP 7 with cURL, DOMDocument, gd and ImageMagick installed (apt-get install php-curl php-xml php-gd php-imagick).

Also see http://symfony.com/doc/current/reference/requirements.html.

Installation

Install backend dependencies with composer install.

Install frontend dependencies with npm install, then run gulp compile.

Running locally

Start the application with php bin/console server:start.

Contribution

  • Write good commit messages!
  • Include an issue id in your commit message.
  • Run php-cs-fixer fix prior to committing.
  • Run phpunit to ensure all tests (including your new tests) are passing.