Skip to content

t-regx/fuzzrake

 
 

Repository files navigation

Fuzzrake

See getfursu.it/info

Requirements

  • Docker w/Compose plugin
  • sudo
  • Yarn (to be able to do more than run tests in the @small group)

Quickstart

To make tests in @small group work:

  • Clone
  • ./toolbox setup
  • ./toolbox docker-up
  • ./toolbox composer install
  • ./toolbox pus

To make tests in @medium group work:

  • All the above setup
  • git submodule init
  • git submodule update
  • yarn install
  • yarn encore production
  • ./toolbox pum

To make the dev environment and tests in @large group work:

  • All the above setup
  • ./toolbox console doctrine:schema:create
  • Setup reCaptcha (required for some functionalities)

Known issues ("gotchas")

  • Yarn is not dockerized and automated
  • Tests in @medium group will not work without Yarn
  • Well, this

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.1%
  • Twig 15.1%
  • TypeScript 8.3%
  • Handlebars 1.2%
  • Shell 0.9%
  • SCSS 0.7%
  • Other 0.7%