On 20 June, the European Parliament will vote on the Copyright Directive.
Members of the parliament are the only ones that can stand in the way of bad copyright legislation.
Requirements
- Docker https://docs.docker.com/install/
- Docker-Compose https://docs.docker.com/compose/install/
Getting started
- Install the requrirements listed above
- Start the docker daemon (follow the instructions provided for your OS)
- Navigate to the project root within your shell (PowerShell/Bash)
- run
docker-compose up -d app
to start the development server- It will take some time at the first start, subsequent starts are much faster
- run
docker-compose run --rm app composer install
to install dependencies - run
yarn && yarn build
- comment REDIS Settings in Local Development
- open http://localhost:8080 to view the site
- PHP 7.1.12-1
- Imagick 3.4.3
- Symfony 4.1
- Twig
- Bootstrap 4.1.1 (JS & CSS)
- Fontawesome 4.7.0
- JQuery 3.3.1
- PopperJS 1.14.3
- MomentJS 2.22.3