Skip to content

Insax/savetheinternet

Repository files navigation

SaveTheInternet


Save the Internet with us


📌 About

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.


💻 Website

https://savetheinternet.info


🔧 Development

Requirements

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

🔩 Used technologies / Libraries / Frameworks