Skip to content

TangerineFloof/fuzzrake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,840 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzrake

See getfursu.it/info

Related repositories

Requirements

  • Docker w/Compose plugin
  • ACL-enabled filesystem
  • Yarn (to be able to do more than run tests in the @small group)
  • TODO: Kotlin stuff

Quickstart

TODO: Kotlin stuff

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
  • ./toolbox yarn install
  • ./toolbox yep
  • ./toolbox pum

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

  • All the above setup
  • ./toolbox console doctrine:schema:create
  • Setup reCaptcha (required for some functionalities; grep -R __TODO_PROVIDE_THIS__ ./symfony)
  • ./toolbox pul
  • http://localhost:8080/ should now respond

Known issues ("gotchas")

  • Yarn is not dockerized and automated
  • Tests in @medium and above groups will not work without Yarn
  • Kotlin repo got merged here and docs are not updated
    • What docs am I even talking about?

About

The code behind getfursu.it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 63.4%
  • Kotlin 14.8%
  • Twig 14.7%
  • TypeScript 4.6%
  • SCSS 1.1%
  • Shell 0.9%
  • Other 0.5%