Skip to content

libetho/ec-reps-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPS Platform Instructions

To incorporate the REPS platform into your subsite project you need to add the following to your resources/composer.json file:

{
    "require": {
        "ec-europa/ec-reps-platform": "~3.0"
    },
    "scripts": {
        "post-install-cmd": "vendor/ec-europa/ec-reps-platform/resources/install-reps-platform.sh",
        "post-update-cmd": "vendor/ec-europa/ec-reps-platform/resources/install-reps-platform.sh"
    }
}

About

Modules, features and theme for the reps platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 81.3%
  • CSS 9.9%
  • Less 6.3%
  • JavaScript 2.1%
  • Makefile 0.2%
  • Gherkin 0.1%
  • Shell 0.1%