Go to file
AudricV 2594192ae7
fix(search): Add alternative text to images and lazy load them
The alternative text used is "SONG by ARTISTS", where SONG and ARTISTS
are placeholders for their relevant properties.

Lazy loading attribute must be placed currently as the first one of img
elements for Firefox, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1647077.
2024-02-22 09:27:48 +01:00
assets feat: fix symfony style 2024-02-21 16:56:47 +01:00
bin Add webapp packages 2024-02-15 09:20:20 +00:00
config added stuff trust me bro 2024-02-21 16:34:33 +00:00
migrations added stuff trust me bro 2024-02-21 16:34:33 +00:00
public Add initial set of files 2024-02-15 09:20:06 +00:00
src timemout goes brrrrrrr 2024-02-22 08:07:29 +00:00
templates fix(search): Add alternative text to images and lazy load them 2024-02-22 09:27:48 +01:00
tests Add webapp packages 2024-02-15 09:20:20 +00:00
translations Add webapp packages 2024-02-15 09:20:20 +00:00
.env Add webapp packages 2024-02-15 09:20:20 +00:00
.env.test Add webapp packages 2024-02-15 09:20:20 +00:00
.gitignore feat: gitignore for macos 2024-02-21 15:35:53 +01:00
compose.override.yaml Add webapp packages 2024-02-15 09:20:20 +00:00
compose.yaml Add webapp packages 2024-02-15 09:20:20 +00:00
composer.json added stuff trust me bro 2024-02-21 16:34:33 +00:00
composer.lock added stuff trust me bro 2024-02-21 16:34:33 +00:00
importmap.php Add webapp packages 2024-02-15 09:20:20 +00:00
phpunit.xml.dist Add webapp packages 2024-02-15 09:20:20 +00:00
README.md add README 2024-02-21 17:41:56 +01:00
symfony.lock Add webapp packages 2024-02-15 09:20:20 +00:00

How to setup project:

  • Add database credentials in .env.local
  • Check requirements: symfony check:requirements
  • Install dependencies: composer install
  • Create DB: php bin/console doctrine:database:create
  • Create tables (?): php bin/console doctrine:migrations:migrate