Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.02 KB

File metadata and controls

40 lines (33 loc) · 1.02 KB

About

This repo contains the source code of https://bajki-muza.pl, a knowledge base about audio tales recorded by Polskie Nagrania Muza.

Screenshot of tales index Screenshot of tale view Screenshot of tales index Screenshot of tale view

Installation

Clone this repository and install it like you normally install Laravel application.

  • Install dependencies (composer install && pnpm install)
  • Create .env using composer setup script
  • Run database migrations (php artisan migrate)
  • Start dev server with composer dev

Testing

Test your changes using composer test, composer check and composer format scripts.