This repo contains the source code of https://bajki-muza.pl, a knowledge base about audio tales recorded by Polskie Nagrania Muza.
Clone this repository and install it like you normally install Laravel application.
- Install dependencies (
composer install && pnpm install) - Create
.envusingcomposer setupscript - Run database migrations (
php artisan migrate) - Start dev server with
composer dev
Test your changes using composer test, composer check and composer format scripts.



