8000 GitHub - orklah/getrector.org: Rector Website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

orklah/getrector.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage Status SonarCube

How to Run Locally?

Install

  • run npm install
  • run composer install

Configure

  • copy .env to .env.local
  • change DATABASE_HOST there to localhost
  • copy docker-compose.dist.yml to docker-compose.yml
  • run bin/console doctrine:schema:create

Run

  • run npm run watch
  • run php -S localhost:8000 -t public
  • run docker-compose up

Open: localhost:8000

Voilá!

Packages

No packages published

Languages

  • PHP 65.3%
  • Twig 20.9%
  • SCSS 6.3%
  • Shell 2.5%
  • Dockerfile 2.4%
  • CSS 2.3%
  • JavaScript 0.3%
0