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 && yarn install
) - Copy
.env.example
to.env
and set environment variables - Set application key with
php artisan key:generate
- Run database migrations (
php artisan migrate
) - Start Vite dev server with
yarn dev
This application uses PHPUnit for testing and PHPStan for static analysis.
php artisan test --parallel # Tests
vendor/bin/phpstan analyze # Static analysis
vendor/bin/php-cs-fixer fix # Formatting